#109477 is a mid-toned, cool teal. On the Color Lab it reads organic and grounded. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #109477 works with other colors. Named schemes with #109477 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 #109477 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 #109477 at work across the surfaces designers actually ship.
:root {
--color-base: #109477;
--color-base-rgb: 16 148 119;
--color-base-oklch: oklch(59.5% 0.112 172.0);
--color-50: #F1FEFB;
--color-100: #D9FCF4;
--color-200: #B6F7E9;
--color-300: #84EBD5;
--color-400: #57DBBF;
--color-500: #34C1A2;
--color-600: #2F937D;
--color-700: #27685A;
--color-800: #1D443B;
--color-900: #142925;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
sea-green: {
50: '#F1FEFB',
100: '#D9FCF4',
200: '#B6F7E9',
300: '#84EBD5',
400: '#57DBBF',
500: '#34C1A2',
600: '#2F937D',
700: '#27685A',
800: '#1D443B',
900: '#142925',
},
}
$base: #109477; $base-ink: #141310; $base-50: #F1FEFB; $base-100: #D9FCF4; $base-200: #B6F7E9; $base-300: #84EBD5; $base-400: #57DBBF; $base-500: #34C1A2; $base-600: #2F937D; $base-700: #27685A; $base-800: #1D443B; $base-900: #142925; $base-hover: #0D765F; $base-subtle: #ABEBDD;
{
"color": {
"base": {
"value": "#109477",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F1FEFB",
"type": "color"
},
"100": {
"value": "#D9FCF4",
"type": "color"
},
"200": {
"value": "#B6F7E9",
"type": "color"
},
"300": {
"value": "#84EBD5",
"type": "color"
},
"400": {
"value": "#57DBBF",
"type": "color"
},
"500": {
"value": "#34C1A2",
"type": "color"
},
"600": {
"value": "#2F937D",
"type": "color"
},
"700": {
"value": "#27685A",
"type": "color"
},
"800": {
"value": "#1D443B",
"type": "color"
},
"900": {
"value": "#142925",
"type": "color"
}
}
}
}