#d7acaf
a light, soft red · warm · closest name: pink
RGB
215, 172, 175
HSL
356°, 35%, 76%
CMYK
0, 20, 19, 16
Luminance
0.4705
Every format
| HEX | #d7acaf |
| RGB | rgb(215, 172, 175) |
| HSL | hsl(356, 35%, 76%) |
| CMYK | cmyk(0%, 20%, 19%, 16%) |
| LAB | lab(74.2 16.1 4.4) |
| LCH | lch(74.2 16.7 15.4) |
| OKLCH | oklch(0.784 0.051 13.6) |
Copy-ready code
/* CSS */
color: #d7acaf;
background-color: #d7acaf;
/* Tailwind (arbitrary) */
class="text-[#d7acaf] bg-[#d7acaf]"
/* SCSS */
$brand: #d7acaf;
/* SwiftUI */
Color(red: 0.843, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#d7acaf")Accessibility — WCAG contrast
Aa
#d7acaf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7acaf on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow18.6%
Key (black)15.7%
Color previews
#d7acaf text on a black background
contrast 10.41:1
Card sample
#d7acaf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7acaf;
Background color
Panel with #d7acaf background
background-color: #d7acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7acaf; background: linear-gradient(135deg, #d7acaf, #D7C6AC);