Skip to content

#ddf5b0

a light, electric green · neutral · closest name: Pale Goldenrod

RGB
221, 245, 176
HSL
81°, 78%, 83%
CMYK
10, 0, 28, 4
Luminance
0.8381

At a glance

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

Hex
#ddf5b0
Hue
81°
green
Saturation
78%
electric
Lightness
83%
light
Brightness
96%
HSV value
Perceived
91%
weighted brightness
Luminance
0.8381
WCAG relative
Temperature
Neutral
42/100 cool
Color family
Green
Tone
Electric
Best ink
Black
17.76:1
Closest name
Pale Goldenrod
ΔE2000 7.9
Where it sits
Hue81° of 360°
Saturation78%
Lightness83%
Temperature
Warm ← → Cool42% cool

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

Every format

HEX#ddf5b0
RGBrgb(221, 245, 176)
HSLhsl(81, 78%, 83%)
CMYKcmyk(10%, 0%, 28%, 4%)
LABlab(93.4 -19.2 30.7)
LCHlch(93.4 36.2 122.0)
OKLCHoklch(0.936 0.093 123.8)
Decimal14546352
Display P3color(display-p3 0.867 0.961 0.690)

Copy-ready code

/* CSS */
color: #ddf5b0;
background-color: #ddf5b0;
/* Tailwind (arbitrary) */
class="text-[#ddf5b0] bg-[#ddf5b0]"
/* SCSS */
$brand: #ddf5b0;
/* SwiftUI */
Color(red: 0.867, green: 0.961, blue: 0.690)
/* Android */
Color.parseColor("#ddf5b0")
/* Flutter */
Color(0xFFDDF5B0)
/* Python / OpenCV (BGR) */
(176, 245, 221)

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

Accessibility — WCAG contrast

Aa
#ddf5b0 on white: 1.18:1
AA ✗ fail · AA-large · AAA
Aa
#ddf5b0 on black: 17.76:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FDEDAC
deuteranopia · #FAECB3
tritanopia · #E2EEE3

Color scale — 50 to 950

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

#F9FCF3
#F3F9E6
#ddf5b0
#D4F29B
#BFEC6A
#A9E638
#97D91C
#7EB517
#659112
#4A6912
#2F420B
Base = 200Lightest = 50 · #F9FCF3Darkest = 950 · #2F420B
:root {
  --brand-50: #F9FCF3;
  --brand-100: #F3F9E6;
  --brand-200: #ddf5b0;
  --brand-300: #D4F29B;
  --brand-400: #BFEC6A;
  --brand-500: #A9E638;
  --brand-600: #97D91C;
  --brand-700: #7EB517;
  --brand-800: #659112;
  --brand-900: #4A6912;
  --brand-950: #2F420B;
  --brand: #ddf5b0;
  --brand-ink: #000000;
}

Colors that work with #ddf5b0

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#F8FAF4
Tinted page background
Border#DDEDC0
Hairlines and dividers
Muted text#7F9B4B
Captions on the surface
Accent#2312BA
Second voice, not a rival
Dark variant#4F710E
Hover, pressed, headers
Light variant#F5FCE8
Selected rows, tints
Dark surface#1F2414
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 #ddf5b0

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#C8B0F5
Analogous left#F5EAB0
Analogous right#BAF5B0
Split-complement 1#B0BAF5
Split-complement 2#EAB0F5
Triadic 1#B0DDF5
Triadic 2#F5B0DD
Tetradic#B0F5EA

RGB percentages

Red86.7%
Green96.1%
Blue69.0%

CMYK percentages

Cyan9.8%
Magenta0.0%
Yellow28.2%
Key (black)3.9%

Color previews

#ddf5b0 text on a black background

contrast 17.76:1

Card sample

#ddf5b0 text on a white background

contrast 1.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ddf5b0

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.

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

#ddf5b0, answered

What color is #ddf5b0?

#ddf5b0 is a light electric green, closest to Pale Goldenrod (ΔE2000 7.9). It sits at 81° on the hue wheel with 78% saturation and 83% lightness, which reads as neutral.

What is the RGB value of #ddf5b0?

rgb(221, 245, 176) — 221 red, 245 green and 176 blue out of 255, or 86.7% / 96.1% / 69% by channel.

Is #ddf5b0 a light or a dark color?

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

Should I use black or white text on #ddf5b0?

Black. It scores 17.76:1 against #ddf5b0, versus 1.18:1 for white — AAA at any size.

What is the complementary color of #ddf5b0?

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

What colors go well with #ddf5b0?

For interface work: #F8FAF4 as the surface, #DDEDC0 for borders, #7F9B4B for secondary text, #2312BA as an accent and #4F710E for hover and pressed states. For a palette, the analogous pair #F5EAB0 and #BAF5B0 stays calm, while #C8B0F5 is the loudest partner.

What is #ddf5b0 in CMYK for printing?

cmyk(10%, 0%, 28%, 4%). 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 #ddf5b0 warm or cool?

Neutral — it scores 42 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F5F4B0; nudged cooler, #C3F6AF.

Work with #ddf5b0 in the Color Lab