#d4acaf
a light, soft red · warm · closest name: pink
RGB
212, 172, 175
HSL
356°, 32%, 75%
CMYK
0, 19, 18, 17
Luminance
0.4660
Every format
| HEX | #d4acaf |
| RGB | rgb(212, 172, 175) |
| HSL | hsl(356, 32%, 75%) |
| CMYK | cmyk(0%, 19%, 18%, 17%) |
| LAB | lab(73.9 15.0 4.0) |
| LCH | lch(73.9 15.5 14.8) |
| OKLCH | oklch(0.781 0.047 13.1) |
Copy-ready code
/* CSS */
color: #d4acaf;
background-color: #d4acaf;
/* Tailwind (arbitrary) */
class="text-[#d4acaf] bg-[#d4acaf]"
/* SCSS */
$brand: #d4acaf;
/* SwiftUI */
Color(red: 0.831, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#d4acaf")Accessibility — WCAG contrast
Aa
#d4acaf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4acaf on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow17.5%
Key (black)16.9%
Color previews
#d4acaf text on a black background
contrast 10.32:1
Card sample
#d4acaf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4acaf;
Background color
Panel with #d4acaf background
background-color: #d4acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4acaf; background: linear-gradient(135deg, #d4acaf, #D4C4AC);