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