A slate-blue dark surface with one cyan primary. The accent is loud so status and alerts read at a glance against the calm chrome.
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: #0E141B;
--secondary: #1B2733;
--primary: #2CC4D6;
--accent: #5A7387;
--surface: #E7EDF3;
}
$console-slate-text: #0E141B; $console-slate-secondary: #1B2733; $console-slate-primary: #2CC4D6; $console-slate-accent: #5A7387; $console-slate-surface: #E7EDF3;
// tailwind.config.js — theme.extend.colors
colors: {
'console-slate': {
'text': '#0E141B',
'secondary': '#1B2733',
'primary': '#2CC4D6',
'accent': '#5A7387',
'surface': '#E7EDF3',
},
}
{
"console-slate": {
"text": {
"value": "#0E141B",
"type": "color"
},
"secondary": {
"value": "#1B2733",
"type": "color"
},
"primary": {
"value": "#2CC4D6",
"type": "color"
},
"accent": {
"value": "#5A7387",
"type": "color"
},
"surface": {
"value": "#E7EDF3",
"type": "color"
}
}
}
{
"text": "#0E141B",
"secondary": "#1B2733",
"primary": "#2CC4D6",
"accent": "#5A7387",
"surface": "#E7EDF3"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0E141B #1B2733 #2CC4D6 #5A7387 #E7EDF3