Skip to content

#dfe99f

a light, vivid yellow · warm · closest name: Pale Goldenrod

RGB
223, 233, 159
HSL
68°, 63%, 77%
CMYK
4, 0, 32, 9
Luminance
0.7647

At a glance

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

Hex
#dfe99f
Hue
68°
yellow
Saturation
63%
vivid
Lightness
77%
light
Brightness
91%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7647
WCAG relative
Temperature
Warm
32/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
16.29:1
Closest name
Pale Goldenrod
ΔE2000 4.8
Where it sits
Hue68° of 360°
Saturation63%
Lightness77%
Temperature
Warm ← → Cool32% 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#dfe99f
RGBrgb(223, 233, 159)
HSLhsl(68, 63%, 77%)
CMYKcmyk(4%, 0%, 32%, 9%)
LABlab(90.1 -14.8 34.9)
LCHlch(90.1 38.0 113.0)
OKLCHoklch(0.909 0.096 114.6)
Decimal14674335
Display P3color(display-p3 0.875 0.914 0.624)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dfe99f on white: 1.29:1
AA ✗ fail · AA-large · AAA
Aa
#dfe99f on black: 16.29:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F3E29A
deuteranopia · #F3E3A2
tritanopia · #E7E1D6

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dfe99f is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FAFBF4
#F5F7E8
#EBF0CC
#dfe99f
#D1E076
#C2D548
#B2C72E
#95A626
#77851E
#57611A
#363C10
Base = 300Lightest = 50 · #FAFBF4Darkest = 950 · #363C10
:root {
  --brand-50: #FAFBF4;
  --brand-100: #F5F7E8;
  --brand-200: #EBF0CC;
  --brand-300: #dfe99f;
  --brand-400: #D1E076;
  --brand-500: #C2D548;
  --brand-600: #B2C72E;
  --brand-700: #95A626;
  --brand-800: #77851E;
  --brand-900: #57611A;
  --brand-950: #363C10;
  --brand: #dfe99f;
  --brand-ink: #000000;
}

Colors that work with #dfe99f

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#FAFAF4
Tinted page background
Border#E7EDC0
Hairlines and dividers
Muted text#909B4B
Captions on the surface
Accent#2332A9
Second voice, not a rival
Dark variant#5D6818
Hover, pressed, headers
Light variant#F8FAEA
Selected rows, tints
Dark surface#222414
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 #dfe99f

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#A99FE9
Analogous left#E9CE9F
Analogous right#BAE99F
Split-complement 1#9FBAE9
Split-complement 2#CE9FE9
Triadic 1#9FDFE9
Triadic 2#E99FDF
Tetradic#9FE9CE

RGB percentages

Red87.5%
Green91.4%
Blue62.4%

CMYK percentages

Cyan4.3%
Magenta0.0%
Yellow31.8%
Key (black)8.6%

Color previews

#dfe99f text on a black background

contrast 16.29:1

Card sample

#dfe99f text on a white background

contrast 1.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfe99f

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.

#dfe99f in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#dfe99f, answered

What color is #dfe99f?

#dfe99f is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 4.8). It sits at 68° on the hue wheel with 63% saturation and 77% lightness, which reads as warm.

What is the RGB value of #dfe99f?

rgb(223, 233, 159) — 223 red, 233 green and 159 blue out of 255, or 87.5% / 91.4% / 62.4% by channel.

Is #dfe99f a light or a dark color?

It is a light color. Relative luminance is 0.7647 and perceived brightness is 87%, so black text on it reaches 16.29:1.

Should I use black or white text on #dfe99f?

Black. It scores 16.29:1 against #dfe99f, versus 1.29:1 for white — AAA at any size.

What is the complementary color of #dfe99f?

#A99FE9 sits directly opposite on the wheel. Softer options are the split-complements #9FBAE9 and #CE9FE9, which give the same contrast with far less vibration.

What colors go well with #dfe99f?

For interface work: #FAFAF4 as the surface, #E7EDC0 for borders, #909B4B for secondary text, #2332A9 as an accent and #5D6818 for hover and pressed states. For a palette, the analogous pair #E9CE9F and #BAE99F stays calm, while #A99FE9 is the loudest partner.

What is #dfe99f in CMYK for printing?

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

Is #dfe99f warm or cool?

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

Work with #dfe99f in the Color Lab