Skip to content

#dfdca2

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

RGB
223, 220, 162
HSL
57°, 49%, 76%
CMYK
0, 1, 27, 13
Luminance
0.6948

At a glance

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

Hex
#dfdca2
Hue
57°
yellow
Saturation
49%
vivid
Lightness
76%
light
Brightness
87%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6948
WCAG relative
Temperature
Warm
23/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
14.90:1
Closest name
Pale Goldenrod
ΔE2000 3
Where it sits
Hue57° of 360°
Saturation49%
Lightness76%
Temperature
Warm ← → Cool23% 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#dfdca2
RGBrgb(223, 220, 162)
HSLhsl(57, 49%, 76%)
CMYKcmyk(0%, 1%, 27%, 13%)
LABlab(86.7 -8.0 28.9)
LCHlch(86.7 30.0 105.4)
OKLCHoklch(0.883 0.075 105.4)
Decimal14671010
Display P3color(display-p3 0.875 0.863 0.635)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dfdca2 on white: 1.41:1
AA ✗ fail · AA-large · AAA
Aa
#dfdca2 on black: 14.90:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E6D79E
deuteranopia · #E8DBA4
tritanopia · #E8D4CD

Color scale — 50 to 950

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

#FAFAF4
#F6F5EA
#ECEBD0
#dfdca2
#D4D082
#C6C058
#B6B03F
#989334
#79752A
#595622
#373615
Base = 300Lightest = 50 · #FAFAF4Darkest = 950 · #373615
:root {
  --brand-50: #FAFAF4;
  --brand-100: #F6F5EA;
  --brand-200: #ECEBD0;
  --brand-300: #dfdca2;
  --brand-400: #D4D082;
  --brand-500: #C6C058;
  --brand-600: #B6B03F;
  --brand-700: #989334;
  --brand-800: #79752A;
  --brand-900: #595622;
  --brand-950: #373615;
  --brand: #dfdca2;
  --brand-ink: #000000;
}

Colors that work with #dfdca2

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#EAE8C2
Hairlines and dividers
Muted text#9B974B
Captions on the surface
Accent#304F9C
Second voice, not a rival
Dark variant#5F5C21
Hover, pressed, headers
Light variant#F8F8EC
Selected rows, tints
Dark surface#242414
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 #dfdca2

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#A2A5DF
Analogous left#DFBDA2
Analogous right#C4DFA2
Split-complement 1#A2C4DF
Split-complement 2#BDA2DF
Triadic 1#A2DFDC
Triadic 2#DCA2DF
Tetradic#A2DFBD

RGB percentages

Red87.5%
Green86.3%
Blue63.5%

CMYK percentages

Cyan0.0%
Magenta1.3%
Yellow27.4%
Key (black)12.5%

Color previews

#dfdca2 text on a black background

contrast 14.90:1

Card sample

#dfdca2 text on a white background

contrast 1.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfdca2

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.

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

#dfdca2, answered

What color is #dfdca2?

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

What is the RGB value of #dfdca2?

rgb(223, 220, 162) — 223 red, 220 green and 162 blue out of 255, or 87.5% / 86.3% / 63.5% by channel.

Is #dfdca2 a light or a dark color?

It is a light color. Relative luminance is 0.6948 and perceived brightness is 84%, so black text on it reaches 14.90:1.

Should I use black or white text on #dfdca2?

Black. It scores 14.90:1 against #dfdca2, versus 1.41:1 for white — AAA at any size.

What is the complementary color of #dfdca2?

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

What colors go well with #dfdca2?

For interface work: #FAFAF4 as the surface, #EAE8C2 for borders, #9B974B for secondary text, #304F9C as an accent and #5F5C21 for hover and pressed states. For a palette, the analogous pair #DFBDA2 and #C4DFA2 stays calm, while #A2A5DF is the loudest partner.

What is #dfdca2 in CMYK for printing?

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

Is #dfdca2 warm or cool?

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

Work with #dfdca2 in the Color Lab