A high-conviction cobalt with a cyan highlight for the one thing that must be clicked. Structure stays deep navy so the blues actually pop instead of dissolving into each other.
Ratios are WCAG 2 contrast between the roles as assigned above. AA needs 4.5:1 for body text, 3:1 for large text.
:root {
--text: #0C1330;
--secondary: #17224A;
--primary: #2F5BFF;
--accent: #6FD0FF;
--surface: #EAF0FF;
}
$cobalt-landing-text: #0C1330; $cobalt-landing-secondary: #17224A; $cobalt-landing-primary: #2F5BFF; $cobalt-landing-accent: #6FD0FF; $cobalt-landing-surface: #EAF0FF;
// tailwind.config.js — theme.extend.colors
colors: {
'cobalt-landing': {
'text': '#0C1330',
'secondary': '#17224A',
'primary': '#2F5BFF',
'accent': '#6FD0FF',
'surface': '#EAF0FF',
},
}
{
"cobalt-landing": {
"text": {
"value": "#0C1330",
"type": "color"
},
"secondary": {
"value": "#17224A",
"type": "color"
},
"primary": {
"value": "#2F5BFF",
"type": "color"
},
"accent": {
"value": "#6FD0FF",
"type": "color"
},
"surface": {
"value": "#EAF0FF",
"type": "color"
}
}
}
{
"text": "#0C1330",
"secondary": "#17224A",
"primary": "#2F5BFF",
"accent": "#6FD0FF",
"surface": "#EAF0FF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0C1330 #17224A #2F5BFF #6FD0FF #EAF0FF