Skip to content

#dbd3c2

a light, soft yellow · warm · closest name: Antique White

RGB
219, 211, 194
HSL
41°, 26%, 81%
CMYK
0, 4, 11, 14
Luminance
0.6554

At a glance

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

Hex
#dbd3c2
Hue
41°
yellow
Saturation
26%
soft
Lightness
81%
light
Brightness
86%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6554
WCAG relative
Temperature
Warm
20/100 cool
Color family
Yellow
Tone
Soft
Best ink
Black
14.11:1
Closest name
Antique White
ΔE2000 6.4
Where it sits
Hue41° of 360°
Saturation26%
Lightness81%
Temperature
Warm ← → Cool20% 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#dbd3c2
RGBrgb(219, 211, 194)
HSLhsl(41, 26%, 81%)
CMYKcmyk(0%, 4%, 11%, 14%)
LABlab(84.8 -0.1 9.4)
LCHlch(84.8 9.4 90.7)
OKLCHoklch(0.869 0.025 85.8)
Decimal14406594
Display P3color(display-p3 0.859 0.827 0.761)

Copy-ready code

/* CSS */
color: #dbd3c2;
background-color: #dbd3c2;
/* Tailwind (arbitrary) */
class="text-[#dbd3c2] bg-[#dbd3c2]"
/* SCSS */
$brand: #dbd3c2;
/* SwiftUI */
Color(red: 0.859, green: 0.827, blue: 0.761)
/* Android */
Color.parseColor("#dbd3c2")
/* Flutter */
Color(0xFFDBD3C2)
/* Python / OpenCV (BGR) */
(194, 211, 219)

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 #dbd3c2 · 14.11:1
Use #000000AAA at every size.
Aa
White text · 1.49:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.11:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #dbd3c2 as text scores 1.49:1 on white and 14.11:1 on black.

Accessibility — WCAG contrast

Aa
#dbd3c2 on white: 1.49:1
AA ✗ fail · AA-large · AAA
Aa
#dbd3c2 on black: 14.11:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D7D2C1
deuteranopia · #DAD5C2
tritanopia · #E0D0CE

Color scale — 50 to 950

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

#F9F8F6
#F3F1ED
#E5E1D6
#dbd3c2
#C1B395
#AC9972
#9A865B
#806F4C
#67593D
#4C422F
#2F2A1D
Base = 300Lightest = 50 · #F9F8F6Darkest = 950 · #2F2A1D
:root {
  --brand-50: #F9F8F6;
  --brand-100: #F3F1ED;
  --brand-200: #E5E1D6;
  --brand-300: #dbd3c2;
  --brand-400: #C1B395;
  --brand-500: #AC9972;
  --brand-600: #9A865B;
  --brand-700: #806F4C;
  --brand-800: #67593D;
  --brand-900: #4C422F;
  --brand-950: #2F2A1D;
  --brand: #dbd3c2;
  --brand-ink: #000000;
}

Colors that work with #dbd3c2

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#F9F8F5
Tinted page background
Border#E1DACC
Hairlines and dividers
Muted text#907D55
Captions on the surface
Accent#486B84
Second voice, not a rival
Dark variant#50462F
Hover, pressed, headers
Light variant#F6F3EF
Selected rows, tints
Dark surface#231F15
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 #dbd3c2

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#C2CADB
Analogous left#DBC7C2
Analogous right#D7DBC2
Split-complement 1#C2D7DB
Split-complement 2#C7C2DB
Triadic 1#C2DBD3
Triadic 2#D3C2DB
Tetradic#C2DBC7

RGB percentages

Red85.9%
Green82.7%
Blue76.1%

CMYK percentages

Cyan0.0%
Magenta3.7%
Yellow11.4%
Key (black)14.1%

Color previews

#dbd3c2 text on a black background

contrast 14.11:1

Card sample

#dbd3c2 text on a white background

contrast 1.49:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(219, 211, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 211, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbd3c2;
background: linear-gradient(135deg, #dbd3c2, #D2DBC2);

Monochromatic scale

Palettes built from #dbd3c2

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.

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

#dbd3c2, answered

What color is #dbd3c2?

#dbd3c2 is a light soft yellow, closest to Antique White (ΔE2000 6.4). It sits at 41° on the hue wheel with 26% saturation and 81% lightness, which reads as warm.

What is the RGB value of #dbd3c2?

rgb(219, 211, 194) — 219 red, 211 green and 194 blue out of 255, or 85.9% / 82.7% / 76.1% by channel.

Is #dbd3c2 a light or a dark color?

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

Should I use black or white text on #dbd3c2?

Black. It scores 14.11:1 against #dbd3c2, versus 1.49:1 for white — AAA at any size.

What is the complementary color of #dbd3c2?

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

What colors go well with #dbd3c2?

For interface work: #F9F8F5 as the surface, #E1DACC for borders, #907D55 for secondary text, #486B84 as an accent and #50462F for hover and pressed states. For a palette, the analogous pair #DBC7C2 and #D7DBC2 stays calm, while #C2CADB is the loudest partner.

What is #dbd3c2 in CMYK for printing?

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

Is #dbd3c2 warm or cool?

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

Work with #dbd3c2 in the Color Lab