#dacbcf
a light, soft magenta / pink · warm · closest name: Light Gray
At a glance
Every number on this page in one read: what #dacbcf 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 | #dacbcf |
| RGB | rgb(218, 203, 207) |
| HSL | hsl(344, 17%, 83%) |
| CMYK | cmyk(0%, 7%, 5%, 15%) |
| LAB | lab(83.0 5.9 -0.1) |
| LCH | lch(83.0 5.9 358.9) |
| OKLCH | oklch(0.856 0.018 359.4) |
| Decimal | 14339023 |
| Display P3 | color(display-p3 0.855 0.796 0.812) |
Copy-ready code
/* CSS */
color: #dacbcf;
background-color: #dacbcf;
/* Tailwind (arbitrary) */
class="text-[#dacbcf] bg-[#dacbcf]"
/* SCSS */
$brand: #dacbcf;
/* SwiftUI */
Color(red: 0.855, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#dacbcf")
/* Flutter */
Color(0xFFDACBCF)
/* Python / OpenCV (BGR) */
(207, 203, 218)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. #dacbcf 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: #F8F6F7;
--brand-100: #F2EEEF;
--brand-200: #dacbcf;
--brand-300: #D0BDC2;
--brand-400: #B99DA4;
--brand-500: #A27C86;
--brand-600: #8F6671;
--brand-700: #77555E;
--brand-800: #5F444B;
--brand-900: #473439;
--brand-950: #2C2023;
--brand: #dacbcf;
--brand-ink: #000000;
}Colors that work with #dacbcf
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 #dacbcf
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 | #CBDAD6 | Directly opposite — maximum tension | |
| Analogous left | #DACBD6 | Neighbour, quieter | |
| Analogous right | #DACECB | Neighbour, quieter | |
| Split-complement 1 | #CBDACE | Contrast without the clash | |
| Split-complement 2 | #CBD6DA | Contrast without the clash | |
| Triadic 1 | #CFDACB | Even thirds — balanced and loud | |
| Triadic 2 | #CBCFDA | Even thirds — balanced and loud | |
| Tetradic | #D6DACB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dacbcf text on a black background
contrast 13.42:1
#dacbcf text on a white background
contrast 1.56:1
CSS3 live lab
The quick brown fox
color: #dacbcf;
background-color: #dacbcf;
Glowing headline
text-shadow: 2px 2px 8px #dacbcf;
Soft neon halo
text-shadow: 0 0 14px rgba(218, 203, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(218, 203, 207, 0.45);
border: 3px solid #dacbcf; background: linear-gradient(135deg, #dacbcf, #DAD1CB);
Monochromatic scale
Palettes built from #dacbcf
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 7.8 away, with its history, psychology and brand usage.
#dacbcf 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.
#dacbcf, answered
What color is #dacbcf?
#dacbcf is a light soft magenta / pink, closest to Light Gray (ΔE2000 7.5). It sits at 344° on the hue wheel with 17% saturation and 83% lightness, which reads as warm.
What is the RGB value of #dacbcf?
rgb(218, 203, 207) — 218 red, 203 green and 207 blue out of 255, or 85.5% / 79.6% / 81.2% by channel.
Is #dacbcf a light or a dark color?
It is a light color. Relative luminance is 0.6212 and perceived brightness is 82%, so black text on it reaches 13.42:1.
Should I use black or white text on #dacbcf?
Black. It scores 13.42:1 against #dacbcf, versus 1.56:1 for white — AAA at any size.
What is the complementary color of #dacbcf?
#CBDAD6 sits directly opposite on the wheel. Softer options are the split-complements #CBDACE and #CBD6DA, which give the same contrast with far less vibration.
What colors go well with #dacbcf?
For interface work: #F9F6F7 as the surface, #DDCFD3 for borders, #865F6A for secondary text, #507C65 as an accent and #4B353B for hover and pressed states. For a palette, the analogous pair #DACBD6 and #DACECB stays calm, while #CBDAD6 is the loudest partner.
What is #dacbcf in CMYK for printing?
cmyk(0%, 7%, 5%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dacbcf warm or cool?
Warm — it scores 38 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DACCCB; nudged cooler, #DBCAD5.