#ADE8A6 is a soft, temperate green. On the Color Lab it reads organic and grounded. It is too pale to lead as a primary accent and sits well as a supporting tone.
Not just a swatch — here's how #ADE8A6 works with other colors. Named schemes with #ADE8A6 in its natural role, and a note on why the supporting colors balance it.
Celadon leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Celadon opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Celadon 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.
This palette keeps Celadon as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Celadon 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 Celadon carrying the quiet middle.
How #ADE8A6 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 #ADE8A6 at work across the surfaces designers actually ship.
:root {
--color-base: #ADE8A6;
--color-base-rgb: 173 232 166;
--color-base-oklch: oklch(87.4% 0.108 142.0);
--color-50: #F3FCF2;
--color-100: #E0F7DE;
--color-200: #C3EEBE;
--color-300: #99DE92;
--color-400: #72CA68;
--color-500: #51AE46;
--color-600: #44863C;
--color-700: #345F30;
--color-800: #253F22;
--color-900: #182717;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
celadon: {
50: '#F3FCF2',
100: '#E0F7DE',
200: '#C3EEBE',
300: '#99DE92',
400: '#72CA68',
500: '#51AE46',
600: '#44863C',
700: '#345F30',
800: '#253F22',
900: '#182717',
},
}
$base: #ADE8A6; $base-ink: #141310; $base-50: #F3FCF2; $base-100: #E0F7DE; $base-200: #C3EEBE; $base-300: #99DE92; $base-400: #72CA68; $base-500: #51AE46; $base-600: #44863C; $base-700: #345F30; $base-800: #253F22; $base-900: #182717; $base-hover: #72D867; $base-subtle: #E8F6E7;
{
"color": {
"base": {
"value": "#ADE8A6",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F3FCF2",
"type": "color"
},
"100": {
"value": "#E0F7DE",
"type": "color"
},
"200": {
"value": "#C3EEBE",
"type": "color"
},
"300": {
"value": "#99DE92",
"type": "color"
},
"400": {
"value": "#72CA68",
"type": "color"
},
"500": {
"value": "#51AE46",
"type": "color"
},
"600": {
"value": "#44863C",
"type": "color"
},
"700": {
"value": "#345F30",
"type": "color"
},
"800": {
"value": "#253F22",
"type": "color"
},
"900": {
"value": "#182717",
"type": "color"
}
}
}
}