#C2FBBC is a soft, temperate 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 #C2FBBC works with other colors. Named schemes with #C2FBBC in its natural role, and a note on why the supporting colors balance it.
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 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 Tea Green as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso 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 #C2FBBC 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 #C2FBBC at work across the surfaces designers actually ship.
:root {
--color-base: #C2FBBC;
--color-base-rgb: 194 251 188;
--color-base-oklch: oklch(93.3% 0.102 142.3);
--color-50: #F2FEF0;
--color-100: #DCFDD8;
--color-200: #B9FAB2;
--color-300: #8AF17E;
--color-400: #5EE34F;
--color-500: #3CC92C;
--color-600: #35982A;
--color-700: #2B6B23;
--color-800: #1F461B;
--color-900: #152B13;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
tea-green: {
50: '#F2FEF0',
100: '#DCFDD8',
200: '#B9FAB2',
300: '#8AF17E',
400: '#5EE34F',
500: '#3CC92C',
600: '#35982A',
700: '#2B6B23',
800: '#1F461B',
900: '#152B13',
},
}
$base: #C2FBBC; $base-ink: #141310; $base-50: #F2FEF0; $base-100: #DCFDD8; $base-200: #B9FAB2; $base-300: #8AF17E; $base-400: #5EE34F; $base-500: #3CC92C; $base-600: #35982A; $base-700: #2B6B23; $base-800: #1F461B; $base-900: #152B13; $base-hover: #77F669; $base-subtle: #EEFCED;
{
"color": {
"base": {
"value": "#C2FBBC",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F2FEF0",
"type": "color"
},
"100": {
"value": "#DCFDD8",
"type": "color"
},
"200": {
"value": "#B9FAB2",
"type": "color"
},
"300": {
"value": "#8AF17E",
"type": "color"
},
"400": {
"value": "#5EE34F",
"type": "color"
},
"500": {
"value": "#3CC92C",
"type": "color"
},
"600": {
"value": "#35982A",
"type": "color"
},
"700": {
"value": "#2B6B23",
"type": "color"
},
"800": {
"value": "#1F461B",
"type": "color"
},
"900": {
"value": "#152B13",
"type": "color"
}
}
}
}