#03221D is a muted, temperate cyan. On the Color Lab it reads clean and engineered, quietly premium. It is too dark to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #03221D works with other colors. Named schemes with #03221D in its natural role, and a note on why the supporting colors balance it.
Graphite opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Graphite keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
Graphite plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Graphite carries the depth in this luxury scheme, offset by a brass accent and near-black and held together by a deep neutral and an off-white surface.
Graphite is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Graphite carrying the quiet middle.
How #03221D actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #03221D at work across the surfaces designers actually ship.
:root {
--color-base: #03221D;
--color-base-rgb: 3 34 29;
--color-base-oklch: oklch(22.7% 0.038 180.2);
--color-50: #F0FEFC;
--color-100: #D8FDF7;
--color-200: #B4F8ED;
--color-300: #81EEDC;
--color-400: #53DFC7;
--color-500: #30C4AC;
--color-600: #2D9584;
--color-700: #25695E;
--color-800: #1C453E;
--color-900: #132A26;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
graphite: {
50: '#F0FEFC',
100: '#D8FDF7',
200: '#B4F8ED',
300: '#81EEDC',
400: '#53DFC7',
500: '#30C4AC',
600: '#2D9584',
700: '#25695E',
800: '#1C453E',
900: '#132A26',
},
}
$base: #03221D; $base-ink: #FFFFFF; $base-50: #F0FEFC; $base-100: #D8FDF7; $base-200: #B4F8ED; $base-300: #81EEDC; $base-400: #53DFC7; $base-500: #30C4AC; $base-600: #2D9584; $base-700: #25695E; $base-800: #1C453E; $base-900: #132A26; $base-hover: #021A16; $base-subtle: #8AE5D6;
{
"color": {
"base": {
"value": "#03221D",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F0FEFC",
"type": "color"
},
"100": {
"value": "#D8FDF7",
"type": "color"
},
"200": {
"value": "#B4F8ED",
"type": "color"
},
"300": {
"value": "#81EEDC",
"type": "color"
},
"400": {
"value": "#53DFC7",
"type": "color"
},
"500": {
"value": "#30C4AC",
"type": "color"
},
"600": {
"value": "#2D9584",
"type": "color"
},
"700": {
"value": "#25695E",
"type": "color"
},
"800": {
"value": "#1C453E",
"type": "color"
},
"900": {
"value": "#132A26",
"type": "color"
}
}
}
}