#d2acb9
a light, soft magenta / pink · warm · closest name: pink
RGB
210, 172, 185
HSL
340°, 30%, 75%
CMYK
0, 18, 12, 18
Luminance
0.4671
Every format
| HEX | #d2acb9 |
| RGB | rgb(210, 172, 185) |
| HSL | hsl(340, 30%, 75%) |
| CMYK | cmyk(0%, 18%, 12%, 18%) |
| LAB | lab(74.0 15.9 -1.4) |
| LCH | lch(74.0 16.0 354.9) |
| OKLCH | oklch(0.782 0.047 355.7) |
Copy-ready code
/* CSS */
color: #d2acb9;
background-color: #d2acb9;
/* Tailwind (arbitrary) */
class="text-[#d2acb9] bg-[#d2acb9]"
/* SCSS */
$brand: #d2acb9;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.725)
/* Android */
Color.parseColor("#d2acb9")Accessibility — WCAG contrast
Aa
#d2acb9 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2acb9 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow11.9%
Key (black)17.6%
Color previews
#d2acb9 text on a black background
contrast 10.34:1
Card sample
#d2acb9 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2acb9;
Background color
Panel with #d2acb9 background
background-color: #d2acb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2acb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2acb9; background: linear-gradient(135deg, #d2acb9, #D2B8AC);