#d8adcd
a light, soft magenta / pink · warm · closest name: Thistle
At a glance
Every number on this page in one read: what #d8adcd 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 | #d8adcd |
| RGB | rgb(216, 173, 205) |
| HSL | hsl(315, 36%, 76%) |
| CMYK | cmyk(0%, 20%, 5%, 15%) |
| LAB | lab(75.4 20.9 -10.3) |
| LCH | lch(75.4 23.3 333.9) |
| OKLCH | oklch(0.796 0.066 335.4) |
| Decimal | 14200269 |
| Display P3 | color(display-p3 0.847 0.678 0.804) |
Copy-ready code
/* CSS */
color: #d8adcd;
background-color: #d8adcd;
/* Tailwind (arbitrary) */
class="text-[#d8adcd] bg-[#d8adcd]"
/* SCSS */
$brand: #d8adcd;
/* SwiftUI */
Color(red: 0.847, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#d8adcd")
/* Flutter */
Color(0xFFD8ADCD)
/* Python / OpenCV (BGR) */
(205, 173, 216)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. #d8adcd 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: #F9F5F8;
--brand-100: #F4EBF2;
--brand-200: #E8D3E3;
--brand-300: #d8adcd;
--brand-400: #C98DB9;
--brand-500: #B767A2;
--brand-600: #A64F90;
--brand-700: #8A4278;
--brand-800: #6F3560;
--brand-900: #512947;
--brand-950: #331A2C;
--brand: #d8adcd;
--brand-ink: #000000;
}Colors that work with #d8adcd
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 #d8adcd
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 | #ADD8B8 | Directly opposite — maximum tension | |
| Analogous left | #CEADD8 | Neighbour, quieter | |
| Analogous right | #D8ADB8 | Neighbour, quieter | |
| Split-complement 1 | #B8D8AD | Contrast without the clash | |
| Split-complement 2 | #ADD8CE | Contrast without the clash | |
| Triadic 1 | #CDD8AD | Even thirds — balanced and loud | |
| Triadic 2 | #ADCDD8 | Even thirds — balanced and loud | |
| Tetradic | #D8CEAD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d8adcd text on a black background
contrast 10.78:1
#d8adcd text on a white background
contrast 1.95:1
CSS3 live lab
The quick brown fox
color: #d8adcd;
background-color: #d8adcd;
Glowing headline
text-shadow: 2px 2px 8px #d8adcd;
Soft neon halo
text-shadow: 0 0 14px rgba(216, 173, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(216, 173, 205, 0.45);
border: 3px solid #d8adcd; background: linear-gradient(135deg, #d8adcd, #D8ADB0);
Monochromatic scale
Palettes built from #d8adcd
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: Lilac (#c8a2c8) — ΔE2000 4 away, with its history, psychology and brand usage.
#d8adcd 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.
#d8adcd, answered
What color is #d8adcd?
#d8adcd is a light soft magenta / pink, closest to Thistle (ΔE2000 6). It sits at 315° on the hue wheel with 36% saturation and 76% lightness, which reads as warm.
What is the RGB value of #d8adcd?
rgb(216, 173, 205) — 216 red, 173 green and 205 blue out of 255, or 84.7% / 67.8% / 80.4% by channel.
Is #d8adcd a light or a dark color?
It is a mid-tone. Relative luminance is 0.4889 and perceived brightness is 75%, so black text on it reaches 10.78:1.
Should I use black or white text on #d8adcd?
Black. It scores 10.78:1 against #d8adcd, versus 1.95:1 for white — AAA at any size.
What is the complementary color of #d8adcd?
#ADD8B8 sits directly opposite on the wheel. Softer options are the split-complements #B8D8AD and #ADD8CE, which give the same contrast with far less vibration.
What colors go well with #d8adcd?
For interface work: #FAF5F9 as the surface, #E5C8DD for borders, #9B4B86 for secondary text, #3E8E3E as an accent and #56294B for hover and pressed states. For a palette, the analogous pair #CEADD8 and #D8ADB8 stays calm, while #ADD8B8 is the loudest partner.
What is #d8adcd in CMYK for printing?
cmyk(0%, 20%, 5%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d8adcd warm or cool?
Warm — it scores 42 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D8ADBD; nudged cooler, #D4ACD9.