#d4acba
a light, soft magenta / pink · warm · closest name: Thistle
At a glance
Every number on this page in one read: what #d4acba 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 | #d4acba |
| RGB | rgb(212, 172, 186) |
| HSL | hsl(339, 32%, 75%) |
| CMYK | cmyk(0%, 19%, 12%, 17%) |
| LAB | lab(74.2 16.8 -1.6) |
| LCH | lch(74.2 16.9 354.5) |
| OKLCH | oklch(0.784 0.050 355.3) |
| Decimal | 13937850 |
| Display P3 | color(display-p3 0.831 0.675 0.729) |
Copy-ready code
/* CSS */
color: #d4acba;
background-color: #d4acba;
/* Tailwind (arbitrary) */
class="text-[#d4acba] bg-[#d4acba]"
/* SCSS */
$brand: #d4acba;
/* SwiftUI */
Color(red: 0.831, green: 0.675, blue: 0.729)
/* Android */
Color.parseColor("#d4acba")
/* Flutter */
Color(0xFFD4ACBA)
/* Python / OpenCV (BGR) */
(186, 172, 212)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. #d4acba 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: #F9F5F7;
--brand-100: #F3ECEF;
--brand-200: #E7D5DB;
--brand-300: #d4acba;
--brand-400: #C690A3;
--brand-500: #B26B84;
--brand-600: #A1546F;
--brand-700: #86465C;
--brand-800: #6B384A;
--brand-900: #4F2B38;
--brand-950: #311B23;
--brand: #d4acba;
--brand-ink: #000000;
}Colors that work with #d4acba
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 #d4acba
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 | #ACD4C6 | Directly opposite — maximum tension | |
| Analogous left | #D4ACCE | Neighbour, quieter | |
| Analogous right | #D4B2AC | Neighbour, quieter | |
| Split-complement 1 | #ACD4B2 | Contrast without the clash | |
| Split-complement 2 | #ACCED4 | Contrast without the clash | |
| Triadic 1 | #BAD4AC | Even thirds — balanced and loud | |
| Triadic 2 | #ACBAD4 | Even thirds — balanced and loud | |
| Tetradic | #CED4AC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d4acba text on a black background
contrast 10.41:1
#d4acba text on a white background
contrast 2.02:1
CSS3 live lab
The quick brown fox
color: #d4acba;
background-color: #d4acba;
Glowing headline
text-shadow: 2px 2px 8px #d4acba;
Soft neon halo
text-shadow: 0 0 14px rgba(212, 172, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(212, 172, 186, 0.45);
border: 3px solid #d4acba; background: linear-gradient(135deg, #d4acba, #D4B9AC);
Monochromatic scale
Palettes built from #d4acba
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: Thistle (#d8bfd8) — ΔE2000 7.3 away, with its history, psychology and brand usage.
#d4acba 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.
#d4acba, answered
What color is #d4acba?
#d4acba is a light soft magenta / pink, closest to Thistle (ΔE2000 7.3). It sits at 339° on the hue wheel with 32% saturation and 75% lightness, which reads as warm.
What is the RGB value of #d4acba?
rgb(212, 172, 186) — 212 red, 172 green and 186 blue out of 255, or 83.1% / 67.5% / 72.9% by channel.
Is #d4acba a light or a dark color?
It is a mid-tone. Relative luminance is 0.4705 and perceived brightness is 73%, so black text on it reaches 10.41:1.
Should I use black or white text on #d4acba?
Black. It scores 10.41:1 against #d4acba, versus 2.02:1 for white — AAA at any size.
What is the complementary color of #d4acba?
#ACD4C6 sits directly opposite on the wheel. Softer options are the split-complements #ACD4B2 and #ACCED4, which give the same contrast with far less vibration.
What colors go well with #d4acba?
For interface work: #FAF5F7 as the surface, #E3C9D2 for borders, #974E68 for secondary text, #418B5F as an accent and #542C3A for hover and pressed states. For a palette, the analogous pair #D4ACCE and #D4B2AC stays calm, while #ACD4C6 is the loudest partner.
What is #d4acba in CMYK for printing?
cmyk(0%, 19%, 12%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d4acba warm or cool?
Warm — it scores 30 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D4ADAC; nudged cooler, #D5ABC9.