#d2afb7
a light, soft red · warm · closest name: pink
RGB
210, 175, 183
HSL
346°, 28%, 76%
CMYK
0, 17, 13, 18
Luminance
0.4778
Every format
| HEX | #d2afb7 |
| RGB | rgb(210, 175, 183) |
| HSL | hsl(346, 28%, 76%) |
| CMYK | cmyk(0%, 17%, 13%, 18%) |
| LAB | lab(74.7 14.0 0.7) |
| LCH | lch(74.7 14.0 2.7) |
| OKLCH | oklch(0.787 0.042 2.7) |
Copy-ready code
/* CSS */
color: #d2afb7;
background-color: #d2afb7;
/* Tailwind (arbitrary) */
class="text-[#d2afb7] bg-[#d2afb7]"
/* SCSS */
$brand: #d2afb7;
/* SwiftUI */
Color(red: 0.824, green: 0.686, blue: 0.718)
/* Android */
Color.parseColor("#d2afb7")Accessibility — WCAG contrast
Aa
#d2afb7 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2afb7 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green68.6%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow12.9%
Key (black)17.6%
Color previews
#d2afb7 text on a black background
contrast 10.56:1
Card sample
#d2afb7 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2afb7;
Background color
Panel with #d2afb7 background
background-color: #d2afb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2afb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 175, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 175, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2afb7; background: linear-gradient(135deg, #d2afb7, #D2BEAF);