#DDFBDF is a muted, temperate teal-green. On the Color Lab it reads organic and grounded, restrained and easy to live with. It holds up as a large surface and is too pale to lead as a primary accent.
Not just a swatch — here's how #DDFBDF works with other colors. Named schemes with #DDFBDF in its natural role, and a note on why the supporting colors balance it.
Beige 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.
Beige leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Beige opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Beige holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Beige 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 Beige carrying the quiet middle.
How #DDFBDF 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 #DDFBDF at work across the surfaces designers actually ship.
:root {
--color-base: #DDFBDF;
--color-base-rgb: 221 251 223;
--color-base-oklch: oklch(95.9% 0.049 147.0);
--color-50: #F1FEF2;
--color-100: #DAFCDC;
--color-200: #B6F6BA;
--color-300: #85EB8B;
--color-400: #58DA60;
--color-500: #35C03E;
--color-600: #309236;
--color-700: #28672C;
--color-800: #1D4320;
--color-900: #142915;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
beige: {
50: '#F1FEF2',
100: '#DAFCDC',
200: '#B6F6BA',
300: '#85EB8B',
400: '#58DA60',
500: '#35C03E',
600: '#309236',
700: '#28672C',
800: '#1D4320',
900: '#142915',
},
}
$base: #DDFBDF; $base-ink: #141310; $base-50: #F1FEF2; $base-100: #DAFCDC; $base-200: #B6F6BA; $base-300: #85EB8B; $base-400: #58DA60; $base-500: #35C03E; $base-600: #309236; $base-700: #28672C; $base-800: #1D4320; $base-900: #142915; $base-hover: #8AF191; $base-subtle: #F6FDF7;
{
"color": {
"base": {
"value": "#DDFBDF",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F1FEF2",
"type": "color"
},
"100": {
"value": "#DAFCDC",
"type": "color"
},
"200": {
"value": "#B6F6BA",
"type": "color"
},
"300": {
"value": "#85EB8B",
"type": "color"
},
"400": {
"value": "#58DA60",
"type": "color"
},
"500": {
"value": "#35C03E",
"type": "color"
},
"600": {
"value": "#309236",
"type": "color"
},
"700": {
"value": "#28672C",
"type": "color"
},
"800": {
"value": "#1D4320",
"type": "color"
},
"900": {
"value": "#142915",
"type": "color"
}
}
}
}