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: #03045E;
--primary: #023E8A;
--accent: #0077B6;
--secondary: #0096C7;
--surface: #48CAE4;
}
$deep-ocean-text: #03045E; $deep-ocean-primary: #023E8A; $deep-ocean-accent: #0077B6; $deep-ocean-secondary: #0096C7; $deep-ocean-surface: #48CAE4;
// tailwind.config.js — theme.extend.colors
colors: {
'deep-ocean': {
'text': '#03045E',
'primary': '#023E8A',
'accent': '#0077B6',
'secondary': '#0096C7',
'surface': '#48CAE4',
},
}
{
"deep-ocean": {
"text": {
"value": "#03045E",
"type": "color"
},
"primary": {
"value": "#023E8A",
"type": "color"
},
"accent": {
"value": "#0077B6",
"type": "color"
},
"secondary": {
"value": "#0096C7",
"type": "color"
},
"surface": {
"value": "#48CAE4",
"type": "color"
}
}
}
{
"text": "#03045E",
"primary": "#023E8A",
"accent": "#0077B6",
"secondary": "#0096C7",
"surface": "#48CAE4"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #03045E #023E8A #0077B6 #0096C7 #48CAE4