#dfcabf
a light, soft orange · warm · closest name: Misty Rose
At a glance
Every number on this page in one read: what #dfcabf 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 | #dfcabf |
| RGB | rgb(223, 202, 191) |
| HSL | hsl(21, 33%, 81%) |
| CMYK | cmyk(0%, 9%, 14%, 13%) |
| LAB | lab(82.8 5.5 8.2) |
| LCH | lch(82.8 9.8 55.8) |
| OKLCH | oklch(0.853 0.028 49.5) |
| Decimal | 14666431 |
| Display P3 | color(display-p3 0.875 0.792 0.749) |
Copy-ready code
/* CSS */
color: #dfcabf;
background-color: #dfcabf;
/* Tailwind (arbitrary) */
class="text-[#dfcabf] bg-[#dfcabf]"
/* SCSS */
$brand: #dfcabf;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#dfcabf")
/* Flutter */
Color(0xFFDFCABF)
/* Python / OpenCV (BGR) */
(191, 202, 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. #dfcabf 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.
:root {
--brand-50: #F9F7F5;
--brand-100: #F4EEEC;
--brand-200: #E8DBD4;
--brand-300: #dfcabf;
--brand-400: #C7A28F;
--brand-500: #B48369;
--brand-600: #A36E52;
--brand-700: #885B44;
--brand-800: #6D4936;
--brand-900: #50372A;
--brand-950: #32231B;
--brand: #dfcabf;
--brand-ink: #000000;
}Colors that work with #dfcabf
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 #dfcabf
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 | #BFD4DF | Directly opposite — maximum tension | |
| Analogous left | #DFBFC4 | Neighbour, quieter | |
| Analogous right | #DFDABF | Neighbour, quieter | |
| Split-complement 1 | #BFDFDA | Contrast without the clash | |
| Split-complement 2 | #BFC4DF | Contrast without the clash | |
| Triadic 1 | #BFDFCA | Even thirds — balanced and loud | |
| Triadic 2 | #CABFDF | Even thirds — balanced and loud | |
| Tetradic | #C4DFBF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dfcabf text on a black background
contrast 13.34:1
#dfcabf text on a white background
contrast 1.57:1
CSS3 live lab
The quick brown fox
color: #dfcabf;
background-color: #dfcabf;
Glowing headline
text-shadow: 2px 2px 8px #dfcabf;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 191, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 202, 191, 0.45);
border: 3px solid #dfcabf; background: linear-gradient(135deg, #dfcabf, #DFDFBF);
Monochromatic scale
Palettes built from #dfcabf
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 8 away, with its history, psychology and brand usage.
#dfcabf 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.
#dfcabf, answered
What color is #dfcabf?
#dfcabf is a light soft orange, closest to Misty Rose (ΔE2000 8). It sits at 21° on the hue wheel with 33% saturation and 81% lightness, which reads as warm.
What is the RGB value of #dfcabf?
rgb(223, 202, 191) — 223 red, 202 green and 191 blue out of 255, or 87.5% / 79.2% / 74.9% by channel.
Is #dfcabf a light or a dark color?
It is a light color. Relative luminance is 0.6169 and perceived brightness is 81%, so black text on it reaches 13.34:1.
Should I use black or white text on #dfcabf?
Black. It scores 13.34:1 against #dfcabf, versus 1.57:1 for white — AAA at any size.
What is the complementary color of #dfcabf?
#BFD4DF sits directly opposite on the wheel. Softer options are the split-complements #BFDFDA and #BFC4DF, which give the same contrast with far less vibration.
What colors go well with #dfcabf?
For interface work: #FAF7F5 as the surface, #E4D2C9 for borders, #99674D for secondary text, #40868C as an accent and #55392B for hover and pressed states. For a palette, the analogous pair #DFBFC4 and #DFDABF stays calm, while #BFD4DF is the loudest partner.
What is #dfcabf in CMYK for printing?
cmyk(0%, 9%, 14%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dfcabf warm or cool?
Warm — it scores 7 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E8DAD0; nudged cooler, #E0BEBF.