Skip to content

#cdf9d1

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

RGB
205, 249, 209
HSL
126°, 79%, 89%
CMYK
18, 0, 16, 2
Luminance
0.8533

At a glance

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

Hex
#cdf9d1
Hue
126°
green
Saturation
79%
electric
Lightness
89%
pale
Brightness
98%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8533
WCAG relative
Temperature
Cool
65/100 cool
Color family
Green
Tone
Electric
Best ink
Black
18.07:1
Closest name
Honey Dew
ΔE2000 10.9
Where it sits
Hue126° of 360°
Saturation79%
Lightness89%
Temperature
Warm ← → Cool65% 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#cdf9d1
RGBrgb(205, 249, 209)
HSLhsl(126, 79%, 89%)
CMYKcmyk(18%, 0%, 16%, 2%)
LABlab(94.0 -21.5 14.6)
LCHlch(94.0 26.0 145.8)
OKLCHoklch(0.941 0.070 147.5)
Decimal13498833
Display P3color(display-p3 0.804 0.976 0.820)

Copy-ready code

/* CSS */
color: #cdf9d1;
background-color: #cdf9d1;
/* Tailwind (arbitrary) */
class="text-[#cdf9d1] bg-[#cdf9d1]"
/* SCSS */
$brand: #cdf9d1;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.820)
/* Android */
Color.parseColor("#cdf9d1")
/* Flutter */
Color(0xFFCDF9D1)
/* Python / OpenCV (BGR) */
(209, 249, 205)

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 #cdf9d1 · 18.07:1
Use #000000AAA at every size.
Aa
White text · 1.16:1
AA fail · AA large fail · AAA fail
Aa
Black text · 18.07:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cdf9d1 as text scores 1.16:1 on white and 18.07:1 on black.

Accessibility — WCAG contrast

Aa
#cdf9d1 on white: 1.16:1
AA ✗ fail · AA-large · AAA
Aa
#cdf9d1 on black: 18.07:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FAF1CF
deuteranopia · #F3ECD3
tritanopia · #C8F7EE

Color scale — 50 to 950

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

#F3FCF4
#E6F9E8
#cdf9d1
#9BF3A3
#69ED75
#37E747
#1ADB2C
#16B625
#11921D
#116919
#0B4210
Base = 200Lightest = 50 · #F3FCF4Darkest = 950 · #0B4210
:root {
  --brand-50: #F3FCF4;
  --brand-100: #E6F9E8;
  --brand-200: #cdf9d1;
  --brand-300: #9BF3A3;
  --brand-400: #69ED75;
  --brand-500: #37E747;
  --brand-600: #1ADB2C;
  --brand-700: #16B625;
  --brand-800: #11921D;
  --brand-900: #116919;
  --brand-950: #0B4210;
  --brand: #cdf9d1;
  --brand-ink: #000000;
}

Colors that work with #cdf9d1

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#C0EDC4
Hairlines and dividers
Muted text#4B9B52
Captions on the surface
Accent#A012BA
Second voice, not a rival
Dark variant#0E7217
Hover, pressed, headers
Light variant#E8FCEA
Selected rows, tints
Dark surface#142415
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 #cdf9d1

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#F9CDF5
Analogous left#DFF9CD
Analogous right#CDF9E7
Split-complement 1#E7CDF9
Split-complement 2#F9CDDF
Triadic 1#D1CDF9
Triadic 2#F9D1CD
Tetradic#CDDFF9

RGB percentages

Red80.4%
Green97.6%
Blue82.0%

CMYK percentages

Cyan17.7%
Magenta0.0%
Yellow16.1%
Key (black)2.4%

Color previews

#cdf9d1 text on a black background

contrast 18.07:1

Card sample

#cdf9d1 text on a white background

contrast 1.16:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(205, 249, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9d1;
background: linear-gradient(135deg, #cdf9d1, #CDF9EE);

Monochromatic scale

Palettes built from #cdf9d1

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.

#cdf9d1 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#cdf9d1, answered

What color is #cdf9d1?

#cdf9d1 is a pale electric green, closest to Honey Dew (ΔE2000 10.9). It sits at 126° on the hue wheel with 79% saturation and 89% lightness, which reads as cool.

What is the RGB value of #cdf9d1?

rgb(205, 249, 209) — 205 red, 249 green and 209 blue out of 255, or 80.4% / 97.6% / 82% by channel.

Is #cdf9d1 a light or a dark color?

It is a light color. Relative luminance is 0.8533 and perceived brightness is 91%, so black text on it reaches 18.07:1.

Should I use black or white text on #cdf9d1?

Black. It scores 18.07:1 against #cdf9d1, versus 1.16:1 for white — AAA at any size.

What is the complementary color of #cdf9d1?

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

What colors go well with #cdf9d1?

For interface work: #F4FAF5 as the surface, #C0EDC4 for borders, #4B9B52 for secondary text, #A012BA as an accent and #0E7217 for hover and pressed states. For a palette, the analogous pair #DFF9CD and #CDF9E7 stays calm, while #F9CDF5 is the loudest partner.

What is #cdf9d1 in CMYK for printing?

cmyk(18%, 0%, 16%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #cdf9d1 warm or cool?

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

Work with #cdf9d1 in the Color Lab