Skip to content

#dfefc8

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

RGB
223, 239, 200
HSL
85°, 55%, 86%
CMYK
7, 0, 16, 6
Luminance
0.8159

At a glance

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

Hex
#dfefc8
Hue
85°
green
Saturation
55%
vivid
Lightness
86%
pale
Brightness
94%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8159
WCAG relative
Temperature
Neutral
46/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.32:1
Closest name
Light Goldenrod Yellow
ΔE2000 6
Where it sits
Hue85° of 360°
Saturation55%
Lightness86%
Temperature
Warm ← → Cool46% 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#dfefc8
RGBrgb(223, 239, 200)
HSLhsl(85, 55%, 86%)
CMYKcmyk(7%, 0%, 16%, 6%)
LABlab(92.4 -12.0 17.1)
LCHlch(92.4 20.9 125.1)
OKLCHoklch(0.930 0.054 125.6)
Decimal14675912
Display P3color(display-p3 0.875 0.937 0.784)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dfefc8 on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#dfefc8 on black: 17.32:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F4EAC6
deuteranopia · #F1E9CA
tritanopia · #E2EBE4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dfefc8 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
#F1F6E9
#dfefc8
#CCE6A8
#B3D97D
#9ACC51
#86BE37
#709E2E
#5A7E25
#435C1E
#2A3A13
Base = 200Lightest = 50 · #F8FBF4Darkest = 950 · #2A3A13
:root {
  --brand-50: #F8FBF4;
  --brand-100: #F1F6E9;
  --brand-200: #dfefc8;
  --brand-300: #CCE6A8;
  --brand-400: #B3D97D;
  --brand-500: #9ACC51;
  --brand-600: #86BE37;
  --brand-700: #709E2E;
  --brand-800: #5A7E25;
  --brand-900: #435C1E;
  --brand-950: #2A3A13;
  --brand: #dfefc8;
  --brand-ink: #000000;
}

Colors that work with #dfefc8

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#DAEDC0
Hairlines and dividers
Muted text#7A9B4B
Captions on the surface
Accent#3C2BA1
Second voice, not a rival
Dark variant#46631D
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 #dfefc8

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#D8C8EF
Analogous left#EFECC8
Analogous right#CCEFC8
Split-complement 1#C8CCEF
Split-complement 2#ECC8EF
Triadic 1#C8DFEF
Triadic 2#EFC8DF
Tetradic#C8EFEC

RGB percentages

Red87.5%
Green93.7%
Blue78.4%

CMYK percentages

Cyan6.7%
Magenta0.0%
Yellow16.3%
Key (black)6.3%

Color previews

#dfefc8 text on a black background

contrast 17.32:1

Card sample

#dfefc8 text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfefc8

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.

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

#dfefc8, answered

What color is #dfefc8?

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

What is the RGB value of #dfefc8?

rgb(223, 239, 200) — 223 red, 239 green and 200 blue out of 255, or 87.5% / 93.7% / 78.4% by channel.

Is #dfefc8 a light or a dark color?

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

Should I use black or white text on #dfefc8?

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

What is the complementary color of #dfefc8?

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

What colors go well with #dfefc8?

For interface work: #F8FAF4 as the surface, #DAEDC0 for borders, #7A9B4B for secondary text, #3C2BA1 as an accent and #46631D for hover and pressed states. For a palette, the analogous pair #EFECC8 and #CCEFC8 stays calm, while #D8C8EF is the loudest partner.

What is #dfefc8 in CMYK for printing?

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

Is #dfefc8 warm or cool?

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

Work with #dfefc8 in the Color Lab