#d1acaf
a light, soft red · warm · closest name: pink
RGB
209, 172, 175
HSL
355°, 29%, 75%
CMYK
0, 18, 16, 18
Luminance
0.4616
Every format
| HEX | #d1acaf |
| RGB | rgb(209, 172, 175) |
| HSL | hsl(355, 29%, 75%) |
| CMYK | cmyk(0%, 18%, 16%, 18%) |
| LAB | lab(73.7 13.9 3.5) |
| LCH | lch(73.7 14.4 14.2) |
| OKLCH | oklch(0.778 0.043 12.6) |
Copy-ready code
/* CSS */
color: #d1acaf;
background-color: #d1acaf;
/* Tailwind (arbitrary) */
class="text-[#d1acaf] bg-[#d1acaf]"
/* SCSS */
$brand: #d1acaf;
/* SwiftUI */
Color(red: 0.820, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#d1acaf")Accessibility — WCAG contrast
Aa
#d1acaf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1acaf on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow16.3%
Key (black)18.0%
Color previews
#d1acaf text on a black background
contrast 10.23:1
Card sample
#d1acaf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1acaf;
Background color
Panel with #d1acaf background
background-color: #d1acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1acaf; background: linear-gradient(135deg, #d1acaf, #D1C2AC);