#d2afb2
a light, soft red · warm · closest name: silver
RGB
210, 175, 178
HSL
355°, 28%, 76%
CMYK
0, 17, 15, 18
Luminance
0.4758
Every format
| HEX | #d2afb2 |
| RGB | rgb(210, 175, 178) |
| HSL | hsl(355, 28%, 76%) |
| CMYK | cmyk(0%, 17%, 15%, 18%) |
| LAB | lab(74.6 13.1 3.2) |
| LCH | lch(74.6 13.5 13.8) |
| OKLCH | oklch(0.786 0.041 12.2) |
Copy-ready code
/* CSS */
color: #d2afb2;
background-color: #d2afb2;
/* Tailwind (arbitrary) */
class="text-[#d2afb2] bg-[#d2afb2]"
/* SCSS */
$brand: #d2afb2;
/* SwiftUI */
Color(red: 0.824, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#d2afb2")Accessibility — WCAG contrast
Aa
#d2afb2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2afb2 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow15.2%
Key (black)17.6%
Color previews
#d2afb2 text on a black background
contrast 10.52:1
Card sample
#d2afb2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2afb2;
Background color
Panel with #d2afb2 background
background-color: #d2afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2afb2; background: linear-gradient(135deg, #d2afb2, #D2C3AF);