#01110E is a muted, temperate cyan. On the Color Lab it reads clean and engineered, quietly premium. It holds up as a large surface and is too dark to lead as a primary accent.
Not just a swatch — here's how #01110E works with other colors. Named schemes with #01110E in its natural role, and a note on why the supporting colors balance it.
Jet Black plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Jet Black 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.
Jet Black 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.
Jet Black 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 Jet Black.
Jet Black 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 Jet Black carrying the quiet middle.
How #01110E 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 #01110E at work across the surfaces designers actually ship.
:root {
--color-base: #01110E;
--color-base-rgb: 1 17 14;
--color-base-oklch: oklch(16.0% 0.027 181.2);
--color-50: #F0FEFC;
--color-100: #D8FDF6;
--color-200: #B2FAED;
--color-300: #7EF1DC;
--color-400: #4FE3C8;
--color-500: #2CC9AC;
--color-600: #2A9884;
--color-700: #236B5E;
--color-800: #1B463E;
--color-900: #132B26;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
jet-black: {
50: '#F0FEFC',
100: '#D8FDF6',
200: '#B2FAED',
300: '#7EF1DC',
400: '#4FE3C8',
500: '#2CC9AC',
600: '#2A9884',
700: '#236B5E',
800: '#1B463E',
900: '#132B26',
},
}
$base: #01110E; $base-ink: #FFFFFF; $base-50: #F0FEFC; $base-100: #D8FDF6; $base-200: #B2FAED; $base-300: #7EF1DC; $base-400: #4FE3C8; $base-500: #2CC9AC; $base-600: #2A9884; $base-700: #236B5E; $base-800: #1B463E; $base-900: #132B26; $base-hover: #010F0D; $base-subtle: #84E7D5;
{
"color": {
"base": {
"value": "#01110E",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F0FEFC",
"type": "color"
},
"100": {
"value": "#D8FDF6",
"type": "color"
},
"200": {
"value": "#B2FAED",
"type": "color"
},
"300": {
"value": "#7EF1DC",
"type": "color"
},
"400": {
"value": "#4FE3C8",
"type": "color"
},
"500": {
"value": "#2CC9AC",
"type": "color"
},
"600": {
"value": "#2A9884",
"type": "color"
},
"700": {
"value": "#236B5E",
"type": "color"
},
"800": {
"value": "#1B463E",
"type": "color"
},
"900": {
"value": "#132B26",
"type": "color"
}
}
}
}