Skip to content

#dfe69f

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

RGB
223, 230, 159
HSL
66°, 59%, 76%
CMYK
3, 0, 31, 10
Luminance
0.7478

At a glance

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

Hex
#dfe69f
Hue
66°
yellow
Saturation
59%
vivid
Lightness
76%
light
Brightness
90%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7478
WCAG relative
Temperature
Warm
30/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
15.96:1
Closest name
Pale Goldenrod
ΔE2000 4.1
Where it sits
Hue66° of 360°
Saturation59%
Lightness76%
Temperature
Warm ← → Cool30% 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#dfe69f
RGBrgb(223, 230, 159)
HSLhsl(66, 59%, 76%)
CMYKcmyk(3%, 0%, 31%, 10%)
LABlab(89.3 -13.4 33.9)
LCHlch(89.3 36.4 111.5)
OKLCHoklch(0.903 0.092 112.8)
Decimal14673567
Display P3color(display-p3 0.875 0.902 0.624)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dfe69f on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#dfe69f on black: 15.96:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F0DF9A
deuteranopia · #F0E1A2
tritanopia · #E8DED4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dfe69f 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
#F5F7E9
#ECEFCD
#dfe69f
#D3DC79
#C4D14D
#B4C233
#96A22A
#788122
#585E1C
#373B12
Base = 300Lightest = 50 · #FAFBF4Darkest = 950 · #373B12
:root {
  --brand-50: #FAFBF4;
  --brand-100: #F5F7E9;
  --brand-200: #ECEFCD;
  --brand-300: #dfe69f;
  --brand-400: #D3DC79;
  --brand-500: #C4D14D;
  --brand-600: #B4C233;
  --brand-700: #96A22A;
  --brand-800: #788122;
  --brand-900: #585E1C;
  --brand-950: #373B12;
  --brand: #dfe69f;
  --brand-ink: #000000;
}

Colors that work with #dfe69f

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#E8EDC0
Hairlines and dividers
Muted text#939B4B
Captions on the surface
Accent#2739A5
Second voice, not a rival
Dark variant#5E651A
Hover, pressed, headers
Light variant#F8FAEB
Selected rows, tints
Dark surface#232414
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 #dfe69f

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#A69FE6
Analogous left#E6CA9F
Analogous right#BCE69F
Split-complement 1#9FBCE6
Split-complement 2#CA9FE6
Triadic 1#9FDFE6
Triadic 2#E69FDF
Tetradic#9FE6CA

RGB percentages

Red87.5%
Green90.2%
Blue62.4%

CMYK percentages

Cyan3.0%
Magenta0.0%
Yellow30.9%
Key (black)9.8%

Color previews

#dfe69f text on a black background

contrast 15.96:1

Card sample

#dfe69f text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfe69f

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.

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

#dfe69f, answered

What color is #dfe69f?

#dfe69f is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 4.1). It sits at 66° on the hue wheel with 59% saturation and 76% lightness, which reads as warm.

What is the RGB value of #dfe69f?

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

Is #dfe69f a light or a dark color?

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

Should I use black or white text on #dfe69f?

Black. It scores 15.96:1 against #dfe69f, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #dfe69f?

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

What colors go well with #dfe69f?

For interface work: #FAFAF4 as the surface, #E8EDC0 for borders, #939B4B for secondary text, #2739A5 as an accent and #5E651A for hover and pressed states. For a palette, the analogous pair #E6CA9F and #BCE69F stays calm, while #A69FE6 is the loudest partner.

What is #dfe69f in CMYK for printing?

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

Is #dfe69f warm or cool?

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

Work with #dfe69f in the Color Lab