#0C8563 is a mid-toned, cool teal. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #0C8563 works with other colors. Named schemes with #0C8563 in its natural role, and a note on why the supporting colors balance it.
Sea Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Sea Green plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Sea Green anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Sea Green sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Sea Green 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 Sea Green carrying the quiet middle.
How #0C8563 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 #0C8563 at work across the surfaces designers actually ship.
:root {
--color-base: #0C8563;
--color-base-rgb: 12 133 99;
--color-base-oklch: oklch(54.8% 0.110 166.7);
--color-50: #F0FEFA;
--color-100: #D9FDF2;
--color-200: #B4F8E5;
--color-300: #82EDCF;
--color-400: #54DEB7;
--color-500: #31C39A;
--color-600: #2D9577;
--color-700: #266956;
--color-800: #1C4439;
--color-900: #132A23;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
sea-green: {
50: '#F0FEFA',
100: '#D9FDF2',
200: '#B4F8E5',
300: '#82EDCF',
400: '#54DEB7',
500: '#31C39A',
600: '#2D9577',
700: '#266956',
800: '#1C4439',
900: '#132A23',
},
}
$base: #0C8563; $base-ink: #FFFFFF; $base-50: #F0FEFA; $base-100: #D9FDF2; $base-200: #B4F8E5; $base-300: #82EDCF; $base-400: #54DEB7; $base-500: #31C39A; $base-600: #2D9577; $base-700: #266956; $base-800: #1C4439; $base-900: #132A23; $base-hover: #0A694E; $base-subtle: #A5EBD7;
{
"color": {
"base": {
"value": "#0C8563",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#F0FEFA",
"type": "color"
},
"100": {
"value": "#D9FDF2",
"type": "color"
},
"200": {
"value": "#B4F8E5",
"type": "color"
},
"300": {
"value": "#82EDCF",
"type": "color"
},
"400": {
"value": "#54DEB7",
"type": "color"
},
"500": {
"value": "#31C39A",
"type": "color"
},
"600": {
"value": "#2D9577",
"type": "color"
},
"700": {
"value": "#266956",
"type": "color"
},
"800": {
"value": "#1C4439",
"type": "color"
},
"900": {
"value": "#132A23",
"type": "color"
}
}
}
}