#d8acaf
a light, soft red · warm · closest name: pink
RGB
216, 172, 175
HSL
356°, 36%, 76%
CMYK
0, 20, 19, 15
Luminance
0.4720
Every format
| HEX | #d8acaf |
| RGB | rgb(216, 172, 175) |
| HSL | hsl(356, 36%, 76%) |
| CMYK | cmyk(0%, 20%, 19%, 15%) |
| LAB | lab(74.3 16.5 4.6) |
| LCH | lch(74.3 17.1 15.6) |
| OKLCH | oklch(0.785 0.052 13.7) |
Copy-ready code
/* CSS */
color: #d8acaf;
background-color: #d8acaf;
/* Tailwind (arbitrary) */
class="text-[#d8acaf] bg-[#d8acaf]"
/* SCSS */
$brand: #d8acaf;
/* SwiftUI */
Color(red: 0.847, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#d8acaf")Accessibility — WCAG contrast
Aa
#d8acaf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8acaf on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow19.0%
Key (black)15.3%
Color previews
#d8acaf text on a black background
contrast 10.44:1
Card sample
#d8acaf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8acaf;
Background color
Panel with #d8acaf background
background-color: #d8acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8acaf; background: linear-gradient(135deg, #d8acaf, #D8C6AC);