#dfd0cd
a light, soft red · warm · closest name: Light Gray
At a glance
Every number on this page in one read: what #dfd0cd is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #dfd0cd |
| RGB | rgb(223, 208, 205) |
| HSL | hsl(10, 22%, 84%) |
| CMYK | cmyk(0%, 7%, 8%, 13%) |
| LAB | lab(84.6 4.7 3.4) |
| LCH | lch(84.6 5.8 35.6) |
| OKLCH | oklch(0.869 0.017 31.1) |
| Decimal | 14667981 |
| Display P3 | color(display-p3 0.875 0.816 0.804) |
Copy-ready code
/* CSS */
color: #dfd0cd;
background-color: #dfd0cd;
/* Tailwind (arbitrary) */
class="text-[#dfd0cd] bg-[#dfd0cd]"
/* SCSS */
$brand: #dfd0cd;
/* SwiftUI */
Color(red: 0.875, green: 0.816, blue: 0.804)
/* Android */
Color.parseColor("#dfd0cd")
/* Flutter */
Color(0xFFDFD0CD)
/* Python / OpenCV (BGR) */
(205, 208, 223)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #dfd0cd is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F6F6;
--brand-100: #F2EEED;
--brand-200: #dfd0cd;
--brand-300: #D3BFBB;
--brand-400: #BD9F98;
--brand-500: #A77E76;
--brand-600: #95685F;
--brand-700: #7C5750;
--brand-800: #644640;
--brand-900: #4A3531;
--brand-950: #2E211F;
--brand: #dfd0cd;
--brand-ink: #000000;
}Colors that work with #dfd0cd
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #dfd0cd
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠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 | #CDDCDF | Directly opposite — maximum tension | |
| Analogous left | #DFCDD3 | Neighbour, quieter | |
| Analogous right | #DFD9CD | Neighbour, quieter | |
| Split-complement 1 | #CDDFD9 | Contrast without the clash | |
| Split-complement 2 | #CDD3DF | Contrast without the clash | |
| Triadic 1 | #CDDFD0 | Even thirds — balanced and loud | |
| Triadic 2 | #D0CDDF | Even thirds — balanced and loud | |
| Tetradic | #D3DFCD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dfd0cd text on a black background
contrast 14.04:1
#dfd0cd text on a white background
contrast 1.50:1
CSS3 live lab
The quick brown fox
color: #dfd0cd;
background-color: #dfd0cd;
Glowing headline
text-shadow: 2px 2px 8px #dfd0cd;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 208, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 208, 205, 0.45);
border: 3px solid #dfd0cd; background: linear-gradient(135deg, #dfd0cd, #DFDCCD);
Monochromatic scale
Palettes built from #dfd0cd
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.
Closest color with a full write-up: Misty Rose (#ffe4e1) — ΔE2000 6.6 away, with its history, psychology and brand usage.
#dfd0cd in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#dfd0cd, answered
What color is #dfd0cd?
#dfd0cd is a light soft red, closest to Light Gray (ΔE2000 6.6). It sits at 10° on the hue wheel with 22% saturation and 84% lightness, which reads as warm.
What is the RGB value of #dfd0cd?
rgb(223, 208, 205) — 223 red, 208 green and 205 blue out of 255, or 87.5% / 81.6% / 80.4% by channel.
Is #dfd0cd a light or a dark color?
It is a light color. Relative luminance is 0.6521 and perceived brightness is 83%, so black text on it reaches 14.04:1.
Should I use black or white text on #dfd0cd?
Black. It scores 14.04:1 against #dfd0cd, versus 1.50:1 for white — AAA at any size.
What is the complementary color of #dfd0cd?
#CDDCDF sits directly opposite on the wheel. Softer options are the split-complements #CDDFD9 and #CDD3DF, which give the same contrast with far less vibration.
What colors go well with #dfd0cd?
For interface work: #F9F6F6 as the surface, #DFD0CD for borders, #8C625A for secondary text, #4B817C as an accent and #4E3632 for hover and pressed states. For a palette, the analogous pair #DFCDD3 and #DFD9CD stays calm, while #CDDCDF is the loudest partner.
What is #dfd0cd in CMYK for printing?
cmyk(0%, 7%, 8%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dfd0cd warm or cool?
Warm — it scores 26 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFD4CD; nudged cooler, #E0CCD0.