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