#dfceba
a light, soft orange · warm · closest name: Antique White
At a glance
Every number on this page in one read: what #dfceba 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 | #dfceba |
| RGB | rgb(223, 206, 186) |
| HSL | hsl(32, 37%, 80%) |
| CMYK | cmyk(0%, 8%, 17%, 13%) |
| LAB | lab(83.6 2.7 12.1) |
| LCH | lch(83.6 12.4 77.6) |
| OKLCH | oklch(0.860 0.033 71.9) |
| Decimal | 14667450 |
| Display P3 | color(display-p3 0.875 0.808 0.729) |
Copy-ready code
/* CSS */
color: #dfceba;
background-color: #dfceba;
/* Tailwind (arbitrary) */
class="text-[#dfceba] bg-[#dfceba]"
/* SCSS */
$brand: #dfceba;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#dfceba")
/* Flutter */
Color(0xFFDFCEBA)
/* Python / OpenCV (BGR) */
(186, 206, 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. #dfceba 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: #FAF8F5;
--brand-100: #F4F0EB;
--brand-200: #E9DFD3;
--brand-300: #dfceba;
--brand-400: #CAAD8C;
--brand-500: #B89266;
--brand-600: #A77E4E;
--brand-700: #8B6941;
--brand-800: #6F5434;
--brand-900: #523F29;
--brand-950: #332719;
--brand: #dfceba;
--brand-ink: #000000;
}Colors that work with #dfceba
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 #dfceba
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 | #BACBDF | Directly opposite — maximum tension | |
| Analogous left | #DFBCBA | Neighbour, quieter | |
| Analogous right | #DEDFBA | Neighbour, quieter | |
| Split-complement 1 | #BADEDF | Contrast without the clash | |
| Split-complement 2 | #BCBADF | Contrast without the clash | |
| Triadic 1 | #BADFCE | Even thirds — balanced and loud | |
| Triadic 2 | #CEBADF | Even thirds — balanced and loud | |
| Tetradic | #BADFBC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dfceba text on a black background
contrast 13.68:1
#dfceba text on a white background
contrast 1.54:1
CSS3 live lab
The quick brown fox
color: #dfceba;
background-color: #dfceba;
Glowing headline
text-shadow: 2px 2px 8px #dfceba;
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(223, 206, 186, 0.45);
border: 3px solid #dfceba; background: linear-gradient(135deg, #dfceba, #D7DFBA);
Monochromatic scale
Palettes built from #dfceba
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: Pearl (#eae0c8) — ΔE2000 5.6 away, with its history, psychology and brand usage.
#dfceba 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.
#dfceba, answered
What color is #dfceba?
#dfceba is a light soft orange, closest to Antique White (ΔE2000 6.5). It sits at 32° on the hue wheel with 37% saturation and 80% lightness, which reads as warm.
What is the RGB value of #dfceba?
rgb(223, 206, 186) — 223 red, 206 green and 186 blue out of 255, or 87.5% / 80.8% / 72.9% by channel.
Is #dfceba a light or a dark color?
It is a light color. Relative luminance is 0.6338 and perceived brightness is 82%, so black text on it reaches 13.68:1.
Should I use black or white text on #dfceba?
Black. It scores 13.68:1 against #dfceba, versus 1.54:1 for white — AAA at any size.
What is the complementary color of #dfceba?
#BACBDF sits directly opposite on the wheel. Softer options are the split-complements #BADEDF and #BCBADF, which give the same contrast with far less vibration.
What colors go well with #dfceba?
For interface work: #FAF8F5 as the surface, #E5D7C7 for borders, #9B764B for secondary text, #3D778F as an accent and #574228 for hover and pressed states. For a palette, the analogous pair #DFBCBA and #DEDFBA stays calm, while #BACBDF is the loudest partner.
What is #dfceba in CMYK for printing?
cmyk(0%, 8%, 17%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dfceba warm or cool?
Warm — it scores 2 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFCABA; nudged cooler, #E0DCB9.