Skip to content

#cdf3d3

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

RGB
205, 243, 211
HSL
130°, 61%, 88%
CMYK
16, 0, 13, 5
Luminance
0.8178

At a glance

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

Hex
#cdf3d3
Hue
130°
green
Saturation
61%
vivid
Lightness
88%
pale
Brightness
95%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8178
WCAG relative
Temperature
Cool
66/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.36:1
Closest name
Honey Dew
ΔE2000 9.3
Where it sits
Hue130° of 360°
Saturation61%
Lightness88%
Temperature
Warm ← → Cool66% 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#cdf3d3
RGBrgb(205, 243, 211)
HSLhsl(130, 61%, 88%)
CMYKcmyk(16%, 0%, 13%, 5%)
LABlab(92.5 -18.3 11.4)
LCHlch(92.5 21.5 148.1)
OKLCHoklch(0.928 0.058 149.6)
Decimal13497299
Display P3color(display-p3 0.804 0.953 0.827)

Copy-ready code

/* CSS */
color: #cdf3d3;
background-color: #cdf3d3;
/* Tailwind (arbitrary) */
class="text-[#cdf3d3] bg-[#cdf3d3]"
/* SCSS */
$brand: #cdf3d3;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.827)
/* Android */
Color.parseColor("#cdf3d3")
/* Flutter */
Color(0xFFCDF3D3)
/* Python / OpenCV (BGR) */
(211, 243, 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 #cdf3d3 · 17.36:1
Use #000000AAA at every size.
Aa
White text · 1.21:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.36:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #cdf3d3 as text scores 1.21:1 on white and 17.36:1 on black.

Accessibility — WCAG contrast

Aa
#cdf3d3 on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#cdf3d3 on black: 17.36:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4ECD1
deuteranopia · #EDE8D5
tritanopia · #C9F1EA

Color scale — 50 to 950

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

#F4FBF5
#E8F7EB
#cdf3d3
#A5E9AF
#77DE88
#4AD460
#2FC547
#27A53B
#20842F
#1B6026
#113C18
Base = 200Lightest = 50 · #F4FBF5Darkest = 950 · #113C18
:root {
  --brand-50: #F4FBF5;
  --brand-100: #E8F7EB;
  --brand-200: #cdf3d3;
  --brand-300: #A5E9AF;
  --brand-400: #77DE88;
  --brand-500: #4AD460;
  --brand-600: #2FC547;
  --brand-700: #27A53B;
  --brand-800: #20842F;
  --brand-900: #1B6026;
  --brand-950: #113C18;
  --brand: #cdf3d3;
  --brand-ink: #000000;
}

Colors that work with #cdf3d3

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#4B9B57
Captions on the surface
Accent#9B24A8
Second voice, not a rival
Dark variant#196725
Hover, pressed, headers
Light variant#EAFAED
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 #cdf3d3

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#F3CDED
Analogous left#DAF3CD
Analogous right#CDF3E6
Split-complement 1#E6CDF3
Split-complement 2#F3CDDA
Triadic 1#D3CDF3
Triadic 2#F3D3CD
Tetradic#CDDAF3

RGB percentages

Red80.4%
Green95.3%
Blue82.7%

CMYK percentages

Cyan15.6%
Magenta0.0%
Yellow13.2%
Key (black)4.7%

Color previews

#cdf3d3 text on a black background

contrast 17.36:1

Card sample

#cdf3d3 text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cdf3d3

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.

#cdf3d3 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.

#cdf3d3, answered

What color is #cdf3d3?

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

What is the RGB value of #cdf3d3?

rgb(205, 243, 211) — 205 red, 243 green and 211 blue out of 255, or 80.4% / 95.3% / 82.7% by channel.

Is #cdf3d3 a light or a dark color?

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

Should I use black or white text on #cdf3d3?

Black. It scores 17.36:1 against #cdf3d3, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #cdf3d3?

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

What colors go well with #cdf3d3?

For interface work: #F4FAF5 as the surface, #C0EDC7 for borders, #4B9B57 for secondary text, #9B24A8 as an accent and #196725 for hover and pressed states. For a palette, the analogous pair #DAF3CD and #CDF3E6 stays calm, while #F3CDED is the loudest partner.

What is #cdf3d3 in CMYK for printing?

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

Is #cdf3d3 warm or cool?

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

Work with #cdf3d3 in the Color Lab