Skip to content

#dfeec4

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

RGB
223, 238, 196
HSL
81°, 55%, 85%
CMYK
6, 0, 18, 7
Luminance
0.8082

At a glance

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

Hex
#dfeec4
Hue
81°
green
Saturation
55%
vivid
Lightness
85%
pale
Brightness
93%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8082
WCAG relative
Temperature
Neutral
43/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.16:1
Closest name
Light Goldenrod Yellow
ΔE2000 5.8
Where it sits
Hue81° of 360°
Saturation55%
Lightness85%
Temperature
Warm ← → Cool43% 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#dfeec4
RGBrgb(223, 238, 196)
HSLhsl(81, 55%, 85%)
CMYKcmyk(6%, 0%, 18%, 7%)
LABlab(92.0 -12.1 18.7)
LCHlch(92.0 22.3 123.0)
OKLCHoklch(0.927 0.058 123.5)
Decimal14675652
Display P3color(display-p3 0.875 0.933 0.769)

Copy-ready code

/* CSS */
color: #dfeec4;
background-color: #dfeec4;
/* Tailwind (arbitrary) */
class="text-[#dfeec4] bg-[#dfeec4]"
/* SCSS */
$brand: #dfeec4;
/* SwiftUI */
Color(red: 0.875, green: 0.933, blue: 0.769)
/* Android */
Color.parseColor("#dfeec4")
/* Flutter */
Color(0xFFDFEEC4)
/* Python / OpenCV (BGR) */
(196, 238, 223)

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

Accessibility — WCAG contrast

Aa
#dfeec4 on white: 1.22:1
AA ✗ fail · AA-large · AAA
Aa
#dfeec4 on black: 17.16:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F3E9C2
deuteranopia · #F1E8C6
tritanopia · #E2EAE2

Color scale — 50 to 950

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

#F8FBF4
#F2F6E9
#dfeec4
#D0E6A8
#B8D97C
#A1CD51
#8EBE37
#769E2E
#5F7F24
#465C1E
#2C3A13
Base = 200Lightest = 50 · #F8FBF4Darkest = 950 · #2C3A13
:root {
  --brand-50: #F8FBF4;
  --brand-100: #F2F6E9;
  --brand-200: #dfeec4;
  --brand-300: #D0E6A8;
  --brand-400: #B8D97C;
  --brand-500: #A1CD51;
  --brand-600: #8EBE37;
  --brand-700: #769E2E;
  --brand-800: #5F7F24;
  --brand-900: #465C1E;
  --brand-950: #2C3A13;
  --brand: #dfeec4;
  --brand-ink: #000000;
}

Colors that work with #dfeec4

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#7E9B4B
Captions on the surface
Accent#3628A4
Second voice, not a rival
Dark variant#4A631C
Hover, pressed, headers
Light variant#F4F9EB
Selected rows, tints
Dark surface#1E2414
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 #dfeec4

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#D3C4EE
Analogous left#EEE8C4
Analogous right#CAEEC4
Split-complement 1#C4CAEE
Split-complement 2#E8C4EE
Triadic 1#C4DFEE
Triadic 2#EEC4DF
Tetradic#C4EEE8

RGB percentages

Red87.5%
Green93.3%
Blue76.9%

CMYK percentages

Cyan6.3%
Magenta0.0%
Yellow17.6%
Key (black)6.7%

Color previews

#dfeec4 text on a black background

contrast 17.16:1

Card sample

#dfeec4 text on a white background

contrast 1.22:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(223, 238, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 238, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeec4;
background: linear-gradient(135deg, #dfeec4, #C4EEC5);

Monochromatic scale

Palettes built from #dfeec4

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.

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

#dfeec4, answered

What color is #dfeec4?

#dfeec4 is a pale vivid green, closest to Light Goldenrod Yellow (ΔE2000 5.8). It sits at 81° on the hue wheel with 55% saturation and 85% lightness, which reads as neutral.

What is the RGB value of #dfeec4?

rgb(223, 238, 196) — 223 red, 238 green and 196 blue out of 255, or 87.5% / 93.3% / 76.9% by channel.

Is #dfeec4 a light or a dark color?

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

Should I use black or white text on #dfeec4?

Black. It scores 17.16:1 against #dfeec4, versus 1.22:1 for white — AAA at any size.

What is the complementary color of #dfeec4?

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

What colors go well with #dfeec4?

For interface work: #F8FAF4 as the surface, #DDEDC0 for borders, #7E9B4B for secondary text, #3628A4 as an accent and #4A631C for hover and pressed states. For a palette, the analogous pair #EEE8C4 and #CAEEC4 stays calm, while #D3C4EE is the loudest partner.

What is #dfeec4 in CMYK for printing?

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

Is #dfeec4 warm or cool?

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

Work with #dfeec4 in the Color Lab