#d8afb2
a light, soft red · warm · closest name: pink
RGB
216, 175, 178
HSL
356°, 35%, 77%
CMYK
0, 19, 18, 15
Luminance
0.4847
Every format
| HEX | #d8afb2 |
| RGB | rgb(216, 175, 178) |
| HSL | hsl(356, 35%, 77%) |
| CMYK | cmyk(0%, 19%, 18%, 15%) |
| LAB | lab(75.1 15.3 4.1) |
| LCH | lch(75.1 15.9 15.0) |
| OKLCH | oklch(0.791 0.048 13.3) |
Copy-ready code
/* CSS */
color: #d8afb2;
background-color: #d8afb2;
/* Tailwind (arbitrary) */
class="text-[#d8afb2] bg-[#d8afb2]"
/* SCSS */
$brand: #d8afb2;
/* SwiftUI */
Color(red: 0.847, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#d8afb2")Accessibility — WCAG contrast
Aa
#d8afb2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8afb2 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow17.6%
Key (black)15.3%
Color previews
#d8afb2 text on a black background
contrast 10.69:1
Card sample
#d8afb2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8afb2;
Background color
Panel with #d8afb2 background
background-color: #d8afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8afb2; background: linear-gradient(135deg, #d8afb2, #D8C7AF);