#d2acb6
a light, soft magenta / pink · warm · closest name: pink
RGB
210, 172, 182
HSL
344°, 30%, 75%
CMYK
0, 18, 13, 18
Luminance
0.4658
Every format
| HEX | #d2acb6 |
| RGB | rgb(210, 172, 182) |
| HSL | hsl(344, 30%, 75%) |
| CMYK | cmyk(0%, 18%, 13%, 18%) |
| LAB | lab(73.9 15.4 0.1) |
| LCH | lch(73.9 15.4 0.4) |
| OKLCH | oklch(0.781 0.046 0.6) |
Copy-ready code
/* CSS */
color: #d2acb6;
background-color: #d2acb6;
/* Tailwind (arbitrary) */
class="text-[#d2acb6] bg-[#d2acb6]"
/* SCSS */
$brand: #d2acb6;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.714)
/* Android */
Color.parseColor("#d2acb6")Accessibility — WCAG contrast
Aa
#d2acb6 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2acb6 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow13.3%
Key (black)17.6%
Color previews
#d2acb6 text on a black background
contrast 10.32:1
Card sample
#d2acb6 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2acb6;
Background color
Panel with #d2acb6 background
background-color: #d2acb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2acb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2acb6; background: linear-gradient(135deg, #d2acb6, #D2BBAC);