Blue-grey steel with a single sharp cyan. Cool, industrial, unsentimental — the accent is the only degree of warmth the system allows itself.
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: #181C21;
--secondary: #333B44;
--accent: #61707E;
--primary: #26B6D6;
--surface: #EDF1F3;
}
$cold-steel-text: #181C21; $cold-steel-secondary: #333B44; $cold-steel-accent: #61707E; $cold-steel-primary: #26B6D6; $cold-steel-surface: #EDF1F3;
// tailwind.config.js — theme.extend.colors
colors: {
'cold-steel': {
'text': '#181C21',
'secondary': '#333B44',
'accent': '#61707E',
'primary': '#26B6D6',
'surface': '#EDF1F3',
},
}
{
"cold-steel": {
"text": {
"value": "#181C21",
"type": "color"
},
"secondary": {
"value": "#333B44",
"type": "color"
},
"accent": {
"value": "#61707E",
"type": "color"
},
"primary": {
"value": "#26B6D6",
"type": "color"
},
"surface": {
"value": "#EDF1F3",
"type": "color"
}
}
}
{
"text": "#181C21",
"secondary": "#333B44",
"accent": "#61707E",
"primary": "#26B6D6",
"surface": "#EDF1F3"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #181C21 #333B44 #61707E #26B6D6 #EDF1F3