Skip to content

#ddf4d5

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

RGB
221, 244, 213
HSL
105°, 59%, 90%
CMYK
9, 0, 13, 4
Luminance
0.8488

At a glance

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

Hex
#ddf4d5
Hue
105°
green
Saturation
59%
vivid
Lightness
90%
pale
Brightness
96%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8488
WCAG relative
Temperature
Neutral
56/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.98:1
Closest name
Honey Dew
ΔE2000 6.6
Where it sits
Hue105° of 360°
Saturation59%
Lightness90%
Temperature
Warm ← → Cool56% 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#ddf4d5
RGBrgb(221, 244, 213)
HSLhsl(105, 59%, 90%)
CMYKcmyk(9%, 0%, 13%, 4%)
LABlab(93.8 -13.1 12.4)
LCHlch(93.8 18.0 136.5)
OKLCHoklch(0.942 0.048 137.6)
Decimal14546133
Display P3color(display-p3 0.867 0.957 0.835)

Copy-ready code

/* CSS */
color: #ddf4d5;
background-color: #ddf4d5;
/* Tailwind (arbitrary) */
class="text-[#ddf4d5] bg-[#ddf4d5]"
/* SCSS */
$brand: #ddf4d5;
/* SwiftUI */
Color(red: 0.867, green: 0.957, blue: 0.835)
/* Android */
Color.parseColor("#ddf4d5")
/* Flutter */
Color(0xFFDDF4D5)
/* Python / OpenCV (BGR) */
(213, 244, 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 #ddf4d5 · 17.98:1
Use #000000AAA at every size.
Aa
White text · 1.17:1
AA fail · AA large fail · AAA fail
Aa
Black text · 17.98:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ddf4d5 as text scores 1.17:1 on white and 17.98:1 on black.

Accessibility — WCAG contrast

Aa
#ddf4d5 on white: 1.17:1
AA ✗ fail · AA-large · AAA
Aa
#ddf4d5 on black: 17.98:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F7EFD3
deuteranopia · #F3ECD6
tritanopia · #DDF1EB

Color scale — 50 to 950

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

#F6FBF4
#ECF7E9
#ddf4d5
#B7E8A6
#93DC7A
#6FD04D
#58C233
#49A22A
#3B8122
#2D5E1C
#1C3B12
Base = 200Lightest = 50 · #F6FBF4Darkest = 950 · #1C3B12
:root {
  --brand-50: #F6FBF4;
  --brand-100: #ECF7E9;
  --brand-200: #ddf4d5;
  --brand-300: #B7E8A6;
  --brand-400: #93DC7A;
  --brand-500: #6FD04D;
  --brand-600: #58C233;
  --brand-700: #49A22A;
  --brand-800: #3B8122;
  --brand-900: #2D5E1C;
  --brand-950: #1C3B12;
  --brand: #ddf4d5;
  --brand-ink: #000000;
}

Colors that work with #ddf4d5

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#F6FAF4
Tinted page background
Border#CBEDC0
Hairlines and dividers
Muted text#5F9B4B
Captions on the surface
Accent#6426A6
Second voice, not a rival
Dark variant#2E651A
Hover, pressed, headers
Light variant#EFFAEB
Selected rows, tints
Dark surface#182414
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 #ddf4d5

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#ECD5F4
Analogous left#ECF4D5
Analogous right#D5F4DC
Split-complement 1#DCD5F4
Split-complement 2#F4D5EC
Triadic 1#D5DDF4
Triadic 2#F4D5DD
Tetradic#D5ECF4

RGB percentages

Red86.7%
Green95.7%
Blue83.5%

CMYK percentages

Cyan9.4%
Magenta0.0%
Yellow12.7%
Key (black)4.3%

Color previews

#ddf4d5 text on a black background

contrast 17.98:1

Card sample

#ddf4d5 text on a white background

contrast 1.17:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ddf4d5

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.

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

#ddf4d5, answered

What color is #ddf4d5?

#ddf4d5 is a pale vivid green, closest to Honey Dew (ΔE2000 6.6). It sits at 105° on the hue wheel with 59% saturation and 90% lightness, which reads as neutral.

What is the RGB value of #ddf4d5?

rgb(221, 244, 213) — 221 red, 244 green and 213 blue out of 255, or 86.7% / 95.7% / 83.5% by channel.

Is #ddf4d5 a light or a dark color?

It is a light color. Relative luminance is 0.8488 and perceived brightness is 92%, so black text on it reaches 17.98:1.

Should I use black or white text on #ddf4d5?

Black. It scores 17.98:1 against #ddf4d5, versus 1.17:1 for white — AAA at any size.

What is the complementary color of #ddf4d5?

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

What colors go well with #ddf4d5?

For interface work: #F6FAF4 as the surface, #CBEDC0 for borders, #5F9B4B for secondary text, #6426A6 as an accent and #2E651A for hover and pressed states. For a palette, the analogous pair #ECF4D5 and #D5F4DC stays calm, while #ECD5F4 is the loudest partner.

What is #ddf4d5 in CMYK for printing?

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

Is #ddf4d5 warm or cool?

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

Work with #ddf4d5 in the Color Lab