Skip to content

#cbf5d2

a pale, vivid green · cool · closest name: Honey Dew

RGB
203, 245, 210
HSL
130°, 68%, 88%
CMYK
17, 0, 14, 4
Luminance
0.8265

At a glance

Every number on this page in one read: what #cbf5d2 is made of, how bright it looks, and which way it leans.

Hex
#cbf5d2
Hue
130°
green
Saturation
68%
vivid
Lightness
88%
pale
Brightness
96%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8265
WCAG relative
Temperature
Cool
67/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.53:1
Closest name
Honey Dew
ΔE2000 10.2
Where it sits
Hue130° of 360°
Saturation68%
Lightness88%
Temperature
Warm ← → Cool67% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#cbf5d2
RGBrgb(203, 245, 210)
HSLhsl(130, 68%, 88%)
CMYKcmyk(17%, 0%, 14%, 4%)
LABlab(92.9 -20.1 12.4)
LCHlch(92.9 23.6 148.2)
OKLCHoklch(0.931 0.064 149.8)
Decimal13366738
Display P3color(display-p3 0.796 0.961 0.824)

Copy-ready code

/* CSS */
color: #cbf5d2;
background-color: #cbf5d2;
/* Tailwind (arbitrary) */
class="text-[#cbf5d2] bg-[#cbf5d2]"
/* SCSS */
$brand: #cbf5d2;
/* SwiftUI */
Color(red: 0.796, green: 0.961, blue: 0.824)
/* Android */
Color.parseColor("#cbf5d2")
/* Flutter */
Color(0xFFCBF5D2)
/* Python / OpenCV (BGR) */
(210, 245, 203)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #cbf5d2 · 17.53:1
Use #000000AAA at every size.
Aa
White text · 1.20:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.53:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cbf5d2 as text scores 1.20:1 on white and 17.53:1 on black.

Accessibility — WCAG contrast

Aa
#cbf5d2 on white: 1.20:1
AA ✗ fail · AA-large · AAA
Aa
#cbf5d2 on black: 17.53:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F6EDD0
deuteranopia · #EEE9D4
tritanopia · #C6F3EB

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #cbf5d2 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.

#F3FBF5
#E8F8EA
#cbf5d2
#A1EDAE
#72E485
#43DB5C
#28CD43
#21AB38
#1A892D
#176324
#0E3E16
Base = 200Lightest = 50 · #F3FBF5Darkest = 950 · #0E3E16
:root {
  --brand-50: #F3FBF5;
  --brand-100: #E8F8EA;
  --brand-200: #cbf5d2;
  --brand-300: #A1EDAE;
  --brand-400: #72E485;
  --brand-500: #43DB5C;
  --brand-600: #28CD43;
  --brand-700: #21AB38;
  --brand-800: #1A892D;
  --brand-900: #176324;
  --brand-950: #0E3E16;
  --brand: #cbf5d2;
  --brand-ink: #000000;
}

Colors that work with #cbf5d2

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAF5
Tinted page background
Border#C0EDC7
Hairlines and dividers
Muted text#4B9B58
Captions on the surface
Accent#A11EAE
Second voice, not a rival
Dark variant#156B23
Hover, pressed, headers
Light variant#EAFBEC
Selected rows, tints
Dark surface#142416
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #cbf5d2

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

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#F5CBEE
Analogous left#D9F5CB
Analogous right#CBF5E7
Split-complement 1#E7CBF5
Split-complement 2#F5CBD9
Triadic 1#D2CBF5
Triadic 2#F5D2CB
Tetradic#CBD9F5

RGB percentages

Red79.6%
Green96.1%
Blue82.4%

CMYK percentages

Cyan17.1%
Magenta0.0%
Yellow14.3%
Key (black)3.9%

Color previews

#cbf5d2 text on a black background

contrast 17.53:1

Card sample

#cbf5d2 text on a white background

contrast 1.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #cbf5d2;
Background color
Panel with #cbf5d2 background
background-color: #cbf5d2;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #cbf5d2;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(203, 245, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 245, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf5d2;
background: linear-gradient(135deg, #cbf5d2, #CBF5EE);

Monochromatic scale

Palettes built from #cbf5d2

Shades — darker

Tints — lighter

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.

#cbf5d2 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#cbf5d2, answered

What color is #cbf5d2?

#cbf5d2 is a pale vivid green, closest to Honey Dew (ΔE2000 10.2). It sits at 130° on the hue wheel with 68% saturation and 88% lightness, which reads as cool.

What is the RGB value of #cbf5d2?

rgb(203, 245, 210) — 203 red, 245 green and 210 blue out of 255, or 79.6% / 96.1% / 82.4% by channel.

Is #cbf5d2 a light or a dark color?

It is a light color. Relative luminance is 0.8265 and perceived brightness is 90%, so black text on it reaches 17.53:1.

Should I use black or white text on #cbf5d2?

Black. It scores 17.53:1 against #cbf5d2, versus 1.20:1 for white — AAA at any size.

What is the complementary color of #cbf5d2?

#F5CBEE sits directly opposite on the wheel. Softer options are the split-complements #E7CBF5 and #F5CBD9, which give the same contrast with far less vibration.

What colors go well with #cbf5d2?

For interface work: #F4FAF5 as the surface, #C0EDC7 for borders, #4B9B58 for secondary text, #A11EAE as an accent and #156B23 for hover and pressed states. For a palette, the analogous pair #D9F5CB and #CBF5E7 stays calm, while #F5CBEE is the loudest partner.

What is #cbf5d2 in CMYK for printing?

cmyk(17%, 0%, 14%, 4%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #cbf5d2 warm or cool?

Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D3F5CB; nudged cooler, #CAF6E1.

Work with #cbf5d2 in the Color Lab