Skip to content

#dfd4b1

a light, soft yellow · warm · closest name: Wheat

RGB
223, 212, 177
HSL
46°, 42%, 78%
CMYK
0, 5, 21, 13
Luminance
0.6595

At a glance

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

Hex
#dfd4b1
Hue
46°
yellow
Saturation
42%
soft
Lightness
78%
light
Brightness
87%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6595
WCAG relative
Temperature
Warm
13/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
14.19:1
Closest name
Wheat
ΔE2000 5.2
Where it sits
Hue46° of 360°
Saturation42%
Lightness78%
Temperature
Warm ← → Cool13% 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#dfd4b1
RGBrgb(223, 212, 177)
HSLhsl(46, 42%, 78%)
CMYKcmyk(0%, 5%, 21%, 13%)
LABlab(85.0 -1.8 18.7)
LCHlch(85.0 18.8 95.5)
OKLCHoklch(0.870 0.048 92.6)
Decimal14668977
Display P3color(display-p3 0.875 0.831 0.694)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#dfd4b1 on white: 1.48:1
AA ✗ fail · AA-large · AAA
Aa
#dfd4b1 on black: 14.19:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DCD2AF
deuteranopia · #DFD6B2
tritanopia · #E7CECA

Color scale — 50 to 950

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

#FAF9F5
#F5F2EB
#EAE4D2
#dfd4b1
#CEBD88
#BEA760
#AE9547
#917C3B
#74632F
#554A26
#352E18
Base = 300Lightest = 50 · #FAF9F5Darkest = 950 · #352E18
:root {
  --brand-50: #FAF9F5;
  --brand-100: #F5F2EB;
  --brand-200: #EAE4D2;
  --brand-300: #dfd4b1;
  --brand-400: #CEBD88;
  --brand-500: #BEA760;
  --brand-600: #AE9547;
  --brand-700: #917C3B;
  --brand-800: #74632F;
  --brand-900: #554A26;
  --brand-950: #352E18;
  --brand: #dfd4b1;
  --brand-ink: #000000;
}

Colors that work with #dfd4b1

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#FAF9F4
Tinted page background
Border#E7DFC5
Hairlines and dividers
Muted text#9B884B
Captions on the surface
Accent#386494
Second voice, not a rival
Dark variant#5A4E25
Hover, pressed, headers
Light variant#F8F5ED
Selected rows, tints
Dark surface#242014
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 #dfd4b1

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#B1BCDF
Analogous left#DFBDB1
Analogous right#D3DFB1
Split-complement 1#B1D3DF
Split-complement 2#BDB1DF
Triadic 1#B1DFD4
Triadic 2#D4B1DF
Tetradic#B1DFBD

RGB percentages

Red87.5%
Green83.1%
Blue69.4%

CMYK percentages

Cyan0.0%
Magenta4.9%
Yellow20.6%
Key (black)12.5%

Color previews

#dfd4b1 text on a black background

contrast 14.19:1

Card sample

#dfd4b1 text on a white background

contrast 1.48:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfd4b1

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.

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

#dfd4b1, answered

What color is #dfd4b1?

#dfd4b1 is a light soft yellow, closest to Wheat (ΔE2000 5.2). It sits at 46° on the hue wheel with 42% saturation and 78% lightness, which reads as warm.

What is the RGB value of #dfd4b1?

rgb(223, 212, 177) — 223 red, 212 green and 177 blue out of 255, or 87.5% / 83.1% / 69.4% by channel.

Is #dfd4b1 a light or a dark color?

It is a light color. Relative luminance is 0.6595 and perceived brightness is 83%, so black text on it reaches 14.19:1.

Should I use black or white text on #dfd4b1?

Black. It scores 14.19:1 against #dfd4b1, versus 1.48:1 for white — AAA at any size.

What is the complementary color of #dfd4b1?

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

What colors go well with #dfd4b1?

For interface work: #FAF9F4 as the surface, #E7DFC5 for borders, #9B884B for secondary text, #386494 as an accent and #5A4E25 for hover and pressed states. For a palette, the analogous pair #DFBDB1 and #D3DFB1 stays calm, while #B1BCDF is the loudest partner.

What is #dfd4b1 in CMYK for printing?

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

Is #dfd4b1 warm or cool?

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

Work with #dfd4b1 in the Color Lab