Skip to content

#cdf5c8

a pale, vivid green · cool · closest name: Light Goldenrod Yellow

RGB
205, 245, 200
HSL
113°, 69%, 87%
CMYK
16, 0, 18, 4
Luminance
0.8245

At a glance

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

Hex
#cdf5c8
Hue
113°
green
Saturation
69%
vivid
Lightness
87%
pale
Brightness
96%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8245
WCAG relative
Temperature
Cool
60/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.49:1
Closest name
Light Goldenrod Yellow
ΔE2000 11.1
Where it sits
Hue113° of 360°
Saturation69%
Lightness87%
Temperature
Warm ← → Cool60% 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#cdf5c8
RGBrgb(205, 245, 200)
HSLhsl(113, 69%, 87%)
CMYKcmyk(16%, 0%, 18%, 4%)
LABlab(92.8 -21.1 17.5)
LCHlch(92.8 27.4 140.4)
OKLCHoklch(0.930 0.073 142.0)
Decimal13497800
Display P3color(display-p3 0.804 0.961 0.784)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#cdf5c8 on white: 1.20:1
AA ✗ fail · AA-large · AAA
Aa
#cdf5c8 on black: 17.49:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F8EDC5
deuteranopia · #F1E9CA
tritanopia · #CAF2E8

Color scale — 50 to 950

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

#F4FBF3
#E9F8E7
#cdf5c8
#A9EEA0
#7EE571
#52DC41
#39CF26
#2FAD1F
#268A19
#1F6416
#133F0E
Base = 200Lightest = 50 · #F4FBF3Darkest = 950 · #133F0E
:root {
  --brand-50: #F4FBF3;
  --brand-100: #E9F8E7;
  --brand-200: #cdf5c8;
  --brand-300: #A9EEA0;
  --brand-400: #7EE571;
  --brand-500: #52DC41;
  --brand-600: #39CF26;
  --brand-700: #2FAD1F;
  --brand-800: #268A19;
  --brand-900: #1F6416;
  --brand-950: #133F0E;
  --brand: #cdf5c8;
  --brand-ink: #000000;
}

Colors that work with #cdf5c8

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#F5FAF4
Tinted page background
Border#C5EDC0
Hairlines and dividers
Muted text#549B4B
Captions on the surface
Accent#7A1CB0
Second voice, not a rival
Dark variant#1D6C14
Hover, pressed, headers
Light variant#EBFBE9
Selected rows, tints
Dark surface#162414
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 #cdf5c8

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#F0C8F5
Analogous left#E4F5C8
Analogous right#C8F5DA
Split-complement 1#DAC8F5
Split-complement 2#F5C8E4
Triadic 1#C8CDF5
Triadic 2#F5C8CD
Tetradic#C8E4F5

RGB percentages

Red80.4%
Green96.1%
Blue78.4%

CMYK percentages

Cyan16.3%
Magenta0.0%
Yellow18.4%
Key (black)3.9%

Color previews

#cdf5c8 text on a black background

contrast 17.49:1

Card sample

#cdf5c8 text on a white background

contrast 1.20:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #cdf5c8

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.

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

#cdf5c8, answered

What color is #cdf5c8?

#cdf5c8 is a pale vivid green, closest to Light Goldenrod Yellow (ΔE2000 11.1). It sits at 113° on the hue wheel with 69% saturation and 87% lightness, which reads as cool.

What is the RGB value of #cdf5c8?

rgb(205, 245, 200) — 205 red, 245 green and 200 blue out of 255, or 80.4% / 96.1% / 78.4% by channel.

Is #cdf5c8 a light or a dark color?

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

Should I use black or white text on #cdf5c8?

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

What is the complementary color of #cdf5c8?

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

What colors go well with #cdf5c8?

For interface work: #F5FAF4 as the surface, #C5EDC0 for borders, #549B4B for secondary text, #7A1CB0 as an accent and #1D6C14 for hover and pressed states. For a palette, the analogous pair #E4F5C8 and #C8F5DA stays calm, while #F0C8F5 is the loudest partner.

What is #cdf5c8 in CMYK for printing?

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

Is #cdf5c8 warm or cool?

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

Work with #cdf5c8 in the Color Lab