Skip to content

#dfefc0

a light, vivid green · warm · closest name: Light Goldenrod Yellow

RGB
223, 239, 192
HSL
80°, 60%, 85%
CMYK
7, 0, 20, 6
Luminance
0.8123

At a glance

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

Hex
#dfefc0
Hue
80°
green
Saturation
60%
vivid
Lightness
85%
light
Brightness
94%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8123
WCAG relative
Temperature
Warm
42/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.25:1
Closest name
Light Goldenrod Yellow
ΔE2000 6.1
Where it sits
Hue80° of 360°
Saturation60%
Lightness85%
Temperature
Warm ← → Cool42% cool

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

Every format

HEX#dfefc0
RGBrgb(223, 239, 192)
HSLhsl(80, 60%, 85%)
CMYKcmyk(7%, 0%, 20%, 6%)
LABlab(92.2 -13.3 21.0)
LCHlch(92.2 24.8 122.2)
OKLCHoklch(0.928 0.064 122.9)
Decimal14675904
Display P3color(display-p3 0.875 0.937 0.753)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dfefc0 on white: 1.22:1
AA ✗ fail · AA-large · AAA
Aa
#dfefc0 on black: 17.25:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5E9BD
deuteranopia · #F3E9C2
tritanopia · #E3EAE2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dfefc0 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
#F2F7E9
#dfefc0
#D2E8A6
#BBDD79
#A4D24C
#92C332
#79A329
#618221
#485F1C
#2D3B11
Base = 200Lightest = 50 · #F8FBF4Darkest = 950 · #2D3B11
:root {
  --brand-50: #F8FBF4;
  --brand-100: #F2F7E9;
  --brand-200: #dfefc0;
  --brand-300: #D2E8A6;
  --brand-400: #BBDD79;
  --brand-500: #A4D24C;
  --brand-600: #92C332;
  --brand-700: #79A329;
  --brand-800: #618221;
  --brand-900: #485F1C;
  --brand-950: #2D3B11;
  --brand: #dfefc0;
  --brand-ink: #000000;
}

Colors that work with #dfefc0

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#809B4B
Captions on the surface
Accent#3124A8
Second voice, not a rival
Dark variant#4C661A
Hover, pressed, headers
Light variant#F5FAEB
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 #dfefc0

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#D0C0EF
Analogous left#EFE7C0
Analogous right#C7EFC0
Split-complement 1#C0C7EF
Split-complement 2#E7C0EF
Triadic 1#C0DFEF
Triadic 2#EFC0DF
Tetradic#C0EFE7

RGB percentages

Red87.5%
Green93.7%
Blue75.3%

CMYK percentages

Cyan6.7%
Magenta0.0%
Yellow19.7%
Key (black)6.3%

Color previews

#dfefc0 text on a black background

contrast 17.25:1

Card sample

#dfefc0 text on a white background

contrast 1.22:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfefc0

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.

#dfefc0 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

Converts to four-color process without much drama. Proof it anyway.

#dfefc0, answered

What color is #dfefc0?

#dfefc0 is a light vivid green, closest to Light Goldenrod Yellow (ΔE2000 6.1). It sits at 80° on the hue wheel with 60% saturation and 85% lightness, which reads as warm.

What is the RGB value of #dfefc0?

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

Is #dfefc0 a light or a dark color?

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

Should I use black or white text on #dfefc0?

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

What is the complementary color of #dfefc0?

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

What colors go well with #dfefc0?

For interface work: #F8FAF4 as the surface, #DDEDC0 for borders, #809B4B for secondary text, #3124A8 as an accent and #4C661A for hover and pressed states. For a palette, the analogous pair #EFE7C0 and #C7EFC0 stays calm, while #D0C0EF is the loudest partner.

What is #dfefc0 in CMYK for printing?

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

Is #dfefc0 warm or cool?

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

Work with #dfefc0 in the Color Lab