#BDF5CC is a soft, temperate teal-green. On the Color Lab it reads organic and grounded. It holds up as a large surface and is too pale to lead as a primary accent.
Not just a swatch — here's how #BDF5CC works with other colors. Named schemes with #BDF5CC in its natural role, and a note on why the supporting colors balance it.
Tea Green 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.
Tea Green leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Tea Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Tea Green holds the warm center of this desert palette with sand and clay beside it, a muted-sage accent and a dark-brown anchor.
Tea 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 Tea Green carrying the quiet middle.
How #BDF5CC 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 #BDF5CC at work across the surfaces designers actually ship.
:root {
--color-base: #BDF5CC;
--color-base-rgb: 189 245 204;
--color-base-oklch: oklch(92.1% 0.080 152.9);
--color-50: #F1FEF4;
--color-100: #DBFBE3;
--color-200: #B8F4C8;
--color-300: #88E7A1;
--color-400: #5CD67C;
--color-500: #39BC5C;
--color-600: #338F4B;
--color-700: #2A6539;
--color-800: #1F4228;
--color-900: #15291A;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
tea-green: {
50: '#F1FEF4',
100: '#DBFBE3',
200: '#B8F4C8',
300: '#88E7A1',
400: '#5CD67C',
500: '#39BC5C',
600: '#338F4B',
700: '#2A6539',
800: '#1F4228',
900: '#15291A',
},
}
$base: #BDF5CC; $base-ink: #141310; $base-50: #F1FEF4; $base-100: #DBFBE3; $base-200: #B8F4C8; $base-300: #88E7A1; $base-400: #5CD67C; $base-500: #39BC5C; $base-600: #338F4B; $base-700: #2A6539; $base-800: #1F4228; $base-900: #15291A; $base-hover: #71EA91; $base-subtle: #EDFAF1;
{
"color": {
"base": {
"value": "#BDF5CC",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F1FEF4",
"type": "color"
},
"100": {
"value": "#DBFBE3",
"type": "color"
},
"200": {
"value": "#B8F4C8",
"type": "color"
},
"300": {
"value": "#88E7A1",
"type": "color"
},
"400": {
"value": "#5CD67C",
"type": "color"
},
"500": {
"value": "#39BC5C",
"type": "color"
},
"600": {
"value": "#338F4B",
"type": "color"
},
"700": {
"value": "#2A6539",
"type": "color"
},
"800": {
"value": "#1F4228",
"type": "color"
},
"900": {
"value": "#15291A",
"type": "color"
}
}
}
}