#cbe2cc
a light, soft green · cool · closest name: Honey Dew
Token name suggestion: Morning Jade
#cbe2cc is a light soft green, 123° on the wheel and 61/100 on the cool side. Put black text on it (15.29:1). As text it scores 1.37:1 on white — use #49834C instead. Nearest name is Honey Dew, nearest Tailwind family is teal.
At a glance
Every number on this page in one read: what #cbe2cc is made of, how bright it looks, and which way it leans.
Left edge is grey, right edge is full chroma; top is white, bottom is black. The dot is #cbe2cc.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Green carries most of what the eye calls brightness — that is why WCAG weights it 0.7152.
Every format
| HEX | #cbe2cc |
| HEX (8-digit) | #cbe2ccff |
| RGB | rgb(203, 226, 204) |
| RGBA | rgba(203, 226, 204, 1) |
| HSL | hsl(123, 28%, 84%) |
| HSV / HSB | hsv(123, 10%, 89%) |
| HWB | hwb(123 80% 11%) |
| CMYK | cmyk(10%, 0%, 10%, 11%) |
| LAB | lab(87.7 -11.7 8.2) |
| LCH | lch(87.7 14.3 145.0) |
| OKLCH | oklch(0.890 0.038 146.4) |
| XYZ (D65) | xyz(62.72, 71.45, 67.60) |
| Decimal | 13361868 |
| Display P3 | color(display-p3 0.796 0.886 0.800) |
| Web-safe | #CCCCCC |
Copy-ready code
/* CSS */
color: #cbe2cc;
background-color: #cbe2cc;
/* CSS custom property */
--brand: #cbe2cc;
/* Tailwind (arbitrary) */
class="text-[#cbe2cc] bg-[#cbe2cc]"
/* SCSS */
$brand: #cbe2cc;
/* SwiftUI */
Color(red: 0.796, green: 0.886, blue: 0.800)
/* UIKit */
UIColor(red: 0.796, green: 0.886, blue: 0.800, alpha: 1)
/* Android XML */
<color name="brand">#CBE2CC</color>
/* Android Compose */
Color(0xFFCBE2CC)
/* Flutter */
Color(0xFFCBE2CC)
/* Python / OpenCV (BGR) */
(204, 226, 203)
/* Python / PIL (RGB) */
(203, 226, 204)
/* Java AWT */
new Color(203, 226, 204)
/* .NET */
Color.FromArgb(255, 203, 226, 204)
/* OpenGL / Unity (0–1) */
(0.7961f, 0.8863f, 0.8000f, 1f)
/* LaTeX */
\definecolor{brand}{RGB}{203,226,204}/* mix without leaving CSS */ background: color-mix(in oklab, #cbe2cc 85%, white); border-color: color-mix(in oklab, #cbe2cc 40%, transparent); /* theme-aware in one line */ color: light-dark(#2E522F, #D8E9D8); /* relative colour syntax */ --hover: hsl(from #cbe2cc h s calc(l - 7));
Design tokens
The same ramp in the four formats a team actually needs. Paste one and the whole palette lands with it.
:root {
--brand-50: #F6F9F6;
--brand-100: #ECF3ED;
--brand-200: #cbe2cc;
--brand-300: #B7D7B8;
--brand-400: #93C395;
--brand-500: #6FAF72;
--brand-600: #589D5B;
--brand-700: #49834C;
--brand-800: #3A693C;
--brand-900: #2D4D2F;
--brand-950: #1C301D;
--brand: #cbe2cc;
--brand-ink: #000000;
--brand-surface: #F5FAF5;
--brand-border: #CBE2CC;
--brand-hover: #B4D5B5;
--brand-pressed: #9DC89F;
}
@media (prefers-color-scheme: dark) {
:root {
--brand-surface: #142415;
--brand-ink: #D8E9D8;
}
}theme: {
extend: {
colors: {
brand: {
50: '#F6F9F6',
100: '#ECF3ED',
200: '#cbe2cc',
300: '#B7D7B8',
400: '#93C395',
500: '#6FAF72',
600: '#589D5B',
700: '#49834C',
800: '#3A693C',
900: '#2D4D2F',
950: '#1C301D',
DEFAULT: '#cbe2cc',
},
},
},
}$brand: (
'50': #F6F9F6,
'100': #ECF3ED,
'200': #cbe2cc,
'300': #B7D7B8,
'400': #93C395,
'500': #6FAF72,
'600': #589D5B,
'700': #49834C,
'800': #3A693C,
'900': #2D4D2F,
'950': #1C301D,
);
$brand-base: #cbe2cc;
$brand-ink: #000000;
@function brand($step) { @return map-get($brand, $step); }{
"color": {
"brand": {
"50": { "$value": "#F6F9F6", "$type": "color" },
"100": { "$value": "#ECF3ED", "$type": "color" },
"200": { "$value": "#cbe2cc", "$type": "color" },
"300": { "$value": "#B7D7B8", "$type": "color" },
"400": { "$value": "#93C395", "$type": "color" },
"500": { "$value": "#6FAF72", "$type": "color" },
"600": { "$value": "#589D5B", "$type": "color" },
"700": { "$value": "#49834C", "$type": "color" },
"800": { "$value": "#3A693C", "$type": "color" },
"900": { "$value": "#2D4D2F", "$type": "color" },
"950": { "$value": "#1C301D", "$type": "color" }
},
"brandInk": { "$value": "#000000", "$type": "color" }
}
}Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Make it accessible
A contrast checker tells you that you failed. This tells you what to ship instead — same hue, same saturation, lightness moved only as far as WCAG demands.
Large text — 24px regular or 18.66px bold and above — only needs 3:1, so #5CA45F is enough for headings on white. Non-text elements such as icons, chart strokes and focus rings also sit at 3:1 under WCAG 2.2 (1.4.11).
Accessibility — WCAG contrast
Contrast is symmetric, so each row covers both directions: #cbe2cc as text on that neutral, and that neutral as text on #cbe2cc.
| Neutral | Ratio | Verdict | Both directions |
|---|---|---|---|
| White#ffffff | 1.37:1 | AAAA lgAAA | AaAa |
| Slate 50#f8fafc | 1.31:1 | AAAA lgAAA | AaAa |
| Slate 100#f1f5f9 | 1.25:1 | AAAA lgAAA | AaAa |
| Slate 200#e2e8f0 | 1.11:1 | AAAA lgAAA | AaAa |
| Slate 300#cbd5e1 | 1.08:1 | AAAA lgAAA | AaAa |
| Slate 400#94a3b8 | 1.87:1 | AAAA lgAAA | AaAa |
| Slate 500#64748b | 3.46:1 | AAAA lgAAA | AaAa |
| Slate 600#475569 | 5.52:1 | AAAA lgAAA | AaAa |
| Slate 700#334155 | 7.54:1 | AAAA lgAAA | AaAa |
| Slate 800#1e293b | 10.65:1 | AAAA lgAAA | AaAa |
| Slate 900#0f172a | 13.00:1 | AAAA lgAAA | AaAa |
| Black#000000 | 15.29:1 | AAAA lgAAA | AaAa |
Roughly one man in twelve has some form of colour vision deficiency. If any of the three panels above is hard to tell apart from a neighbouring colour in your palette, add a shape, an icon or a label so the meaning does not rest on hue alone.
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #cbe2cc is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
The same eleven steps expressed in OKLCH, where equal lightness numbers actually look equally spaced. HSL ramps go muddy in the yellows and washed out in the blues; this one does not. Modern browsers render it natively — the hex ramp above is the fallback.
:root {
--brand-50: oklch(0.97 0.010 146.4);
--brand-100: oklch(0.94 0.015 146.4);
--brand-200: oklch(0.88 0.023 146.4);
--brand-300: oklch(0.80 0.030 146.4);
--brand-400: oklch(0.72 0.035 146.4);
--brand-500: oklch(0.64 0.038 146.4);
--brand-600: oklch(0.56 0.038 146.4);
--brand-700: oklch(0.48 0.036 146.4);
--brand-800: oklch(0.40 0.032 146.4);
--brand-900: oklch(0.32 0.027 146.4);
--brand-950: oklch(0.24 0.021 146.4);
}Colors that work with #cbe2cc
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
In real components
The same eight roles, wired into the interface patterns you will actually build with them. Every state below is a computed value, not a mock-up.
Focus ring uses the light variant so the field still reads as one shape.
The file stays available for seven days. Download it before it expires.
How to use #cbe2cc
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Status meaning — pair it with an icon or label, never colour alone
- ⚠Pairing with a same-lightness hue — edges vibrate
Meaning and mood
What a colour in this family tends to signal, and how this particular chroma and lightness change the reading.
Green means go, well, and grown. It carries finance, sustainability and health with almost no explanation needed.
The muted chroma softens the association — it reads considered rather than loud, which suits long-form and data-heavy screens. The lightness keeps it airy and approachable.
Red/green pairs are the most common colour-blindness failure — never let the two carry meaning alone.
- FormalityMedium
- EnergyMedium
- Weight16/100
- TemperatureCool
- ApproachabilityBalanced
Colour associations are cultural and vary by market. Treat these as a starting point for a conversation with your audience, not a finding about them.
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #E2CBE1 | Directly opposite — maximum tension | |
| Analogous left | #D5E2CB | Neighbour, quieter | |
| Analogous right | #CBE2D7 | Neighbour, quieter | |
| Split-complement 1 | #D7CBE2 | Contrast without the clash | |
| Split-complement 2 | #E2CBD5 | Contrast without the clash | |
| Triadic 1 | #CCCBE2 | Even thirds — balanced and loud | |
| Triadic 2 | #E2CCCB | Even thirds — balanced and loud | |
| Tetradic | #CBD5E2 | Fourth corner of the square scheme |
#cbe2cc sits at 123°. Every dot is a harmony position and links to its own page in the table alongside.
RGB percentages
CMYK percentages
Total ink coverage is 31%. Most commercial presses cap around 300% — above that, sheets stop drying properly.
Color previews
#cbe2cc text on a black background
contrast 15.29:1
#cbe2cc text on a white background
contrast 1.37:1
#cbe2cc on grey
1.25:1
#cbe2cc on its own surface
1.30:1
#cbe2cc on its dark surface
11.83:1
CSS3 live lab
The quick brown fox
color: #cbe2cc;
background-color: #cbe2cc;
Glowing headline
text-shadow: 2px 2px 8px #cbe2cc;
Soft neon halo
text-shadow: 0 0 14px rgba(203, 226, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(203, 226, 204, 0.45);
border: 3px solid #cbe2cc; background: linear-gradient(135deg, #cbe2cc, #CBE2DB);
Gradient headline
background: linear-gradient(90deg, #cbe2cc, #CBE2E1); -webkit-background-clip: text; color: transparent;
outline: 2px solid #cbe2cc; outline-offset: 3px;
Marked up text
text-decoration-color: #cbe2cc; caret-color: #cbe2cc;
border-left: 4px solid #cbe2cc;
background: #EFF6EF; box-shadow: inset 0 0 0 2px #cbe2cc;
background: conic-gradient(#cbe2cc 68%, #e2e8f0 0);
Transparency
What each alpha value actually composites to. The top row is #cbe2cc over white; the bottom row is the same alpha over a checkerboard, so you can see what survives on a photo or a video.
Bottom row of hexes is the flattened result over white — use those when a design tool refuses transparency, or when you need a solid fallback.
rgba(203, 226, 204, 0.5) rgb(203 226 204 / 50%) #cbe2cc80 hsl(123 28% 84% / 50%) color-mix(in srgb, #cbe2cc 50%, transparent)
| Alpha | 8-digit hex | Flat on white |
|---|---|---|
| 10% | #cbe2cc1a | #FAFCFA |
| 20% | #cbe2cc33 | #F5F9F5 |
| 40% | #cbe2cc66 | #EAF3EB |
| 60% | #cbe2cc99 | #E0EEE0 |
| 80% | #cbe2cccc | #D5E8D6 |
Gradients from #cbe2cc
Six recipes, each built from this hex and shown with the exact CSS that produced it.
background: linear-gradient(135deg, #F2F8F2, #cbe2cc 45%, #2E522F);
background: linear-gradient(120deg, #cbe2cc, #B7D7D0);
background: linear-gradient(90deg, #cbe2cc, #E2CBE1);
background: radial-gradient(120% 120% at 20% 0%, #F5FAF5 0%, #cbe2cc 45%, #2E522F 100%);
background: linear-gradient(180deg, #F5FAF5, #ffffff);
background: radial-gradient(60% 60% at 15% 20%, #F0F4EC 0%, transparent 60%), radial-gradient(55% 55% at 85% 15%, #DFEDE8 0%, transparent 60%), radial-gradient(70% 70% at 50% 95%, #2E522F 0%, transparent 65%), #cbe2cc;
Monochromatic scale
Palettes built from #cbe2cc
Shades — darker
Tints — lighter
Tones — desaturated
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Honeydew (#f0fff0) — ΔE2000 7.7 away, with its history, psychology and brand usage.
#cbe2cc in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
Holds up across typical panel gamma. Still worth checking on an uncalibrated laptop, where mid-tones shift most.
Usable as-is on a dark surface at 15.29:1.
Explore nearby colors
Small, deliberate steps away from this hex — useful when you are hunting for the version of a colour that finally feels right.
#cbe2cc, answered
What color is #cbe2cc?
#cbe2cc is a light soft green, closest to Honey Dew (ΔE2000 7.7). It sits at 123° on the hue wheel with 28% saturation and 84% lightness, which reads as cool.
What is the RGB value of #cbe2cc?
rgb(203, 226, 204) — 203 red, 226 green and 204 blue out of 255, or 79.6% / 88.6% / 80% by channel.
What is #cbe2cc in HSL and HSV?
hsl(123, 28%, 84%) and hsv(123, 10%, 89%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #cbe2cc a light or a dark color?
It is a light color. Relative luminance is 0.7145 and perceived brightness is 85%, so black text on it reaches 15.29:1.
Should I use black or white text on #cbe2cc?
Black. It scores 15.29:1 against #cbe2cc, versus 1.37:1 for white — AAA at any size.
Is #cbe2cc accessible on a white background?
#cbe2cc on white scores 1.37:1, which fails WCAG AA at every size. Darken it to #49834C to reach 4.5:1, or #355F37 for 7:1.
What is the complementary color of #cbe2cc?
#E2CBE1 sits directly opposite on the wheel. Softer options are the split-complements #D7CBE2 and #E2CBD5, which give the same contrast with far less vibration.
What colors go well with #cbe2cc?
For interface work: #F5FAF5 as the surface, #CBE2CC for borders, #529355 for secondary text, #794488 as an accent and #2E522F for hover and pressed states. For a palette, the analogous pair #D5E2CB and #CBE2D7 stays calm, while #E2CBE1 is the loudest partner.
What is #cbe2cc in CMYK for printing?
cmyk(10%, 0%, 10%, 11%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cbe2cc warm or cool?
Cool — it scores 61 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D2E2CB; nudged cooler, #CAE3D4.
Which Tailwind color is closest to #cbe2cc?
The teal family — its 500 step is #14b8a6, ΔE2000 21.9 away. That is a visible difference, so define #cbe2cc as a custom token rather than reaching for the built-in.
How do I use #cbe2cc in Tailwind CSS?
Inline it as an arbitrary value with bg-[#cbe2cc] or text-[#cbe2cc], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #cbe2cc with 50% opacity?
rgba(203, 226, 204, 0.5), or #cbe2cc80 in eight-digit hex. Over white that composites to #E5F1E6; over black, #667166.
Is #cbe2cc a web-safe color?
No. The nearest web-safe colour is #CCCCCC, ΔE2000 13.9 away. The palette only matters for legacy displays and some email clients now.
What does the color #cbe2cc mean?
As a green, it reads safe, growing, natural. Green means go, well, and grown. It carries finance, sustainability and health with almost no explanation needed. At this moderate chroma the association is present but not shouted.
What gradient works with #cbe2cc?
The safest is same-hue elevation: linear-gradient(135deg, #F2F8F2, #cbe2cc 45%, #2E522F). For more colour, a short hue run to #B7D7D0 keeps it rich without turning muddy.
Work with #cbe2cc in the Color Lab
Every tool opens with this colour already loaded.
Every value on this page is computed from #cbe2cc at request time — conversions, contrast ratios and ΔE distances are calculated, never looked up.