#0A241A is a muted, temperate teal. On the Color Lab it reads quietly premium, restrained and easy to live with. It is too dark to lead as a primary accent and reproduces cleanly in print.
Not just a swatch — here's how #0A241A works with other colors. Named schemes with #0A241A in its natural role, and a note on why the supporting colors balance it.
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 sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
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 adds the colour to this moody editorial scheme — charcoal and a mid-grey around it, a bone highlight, and a muted jewel accent drawn from Graphite.
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 #0A241A 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 #0A241A at work across the surfaces designers actually ship.
:root {
--color-base: #0A241A;
--color-base-rgb: 10 36 26;
--color-base-oklch: oklch(23.6% 0.038 165.3);
--color-50: #F3FCF8;
--color-100: #DEF7ED;
--color-200: #BFEDDC;
--color-300: #93DCC0;
--color-400: #6AC8A4;
--color-500: #48AD86;
--color-600: #3D8469;
--color-700: #305E4D;
--color-800: #233E34;
--color-900: #172620;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
graphite: {
50: '#F3FCF8',
100: '#DEF7ED',
200: '#BFEDDC',
300: '#93DCC0',
400: '#6AC8A4',
500: '#48AD86',
600: '#3D8469',
700: '#305E4D',
800: '#233E34',
900: '#172620',
},
}
$base: #0A241A; $base-ink: #FFFFFF; $base-50: #F3FCF8; $base-100: #DEF7ED; $base-200: #BFEDDC; $base-300: #93DCC0; $base-400: #6AC8A4; $base-500: #48AD86; $base-600: #3D8469; $base-700: #305E4D; $base-800: #233E34; $base-900: #172620; $base-hover: #081D15; $base-subtle: #9BD8C0;
{
"color": {
"base": {
"value": "#0A241A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F3FCF8",
"type": "color"
},
"100": {
"value": "#DEF7ED",
"type": "color"
},
"200": {
"value": "#BFEDDC",
"type": "color"
},
"300": {
"value": "#93DCC0",
"type": "color"
},
"400": {
"value": "#6AC8A4",
"type": "color"
},
"500": {
"value": "#48AD86",
"type": "color"
},
"600": {
"value": "#3D8469",
"type": "color"
},
"700": {
"value": "#305E4D",
"type": "color"
},
"800": {
"value": "#233E34",
"type": "color"
},
"900": {
"value": "#172620",
"type": "color"
}
}
}
}