#d6afb2
a light, soft red · warm · closest name: pink
RGB
214, 175, 178
HSL
355°, 32%, 76%
CMYK
0, 18, 17, 16
Luminance
0.4817
Every format
| HEX | #d6afb2 |
| RGB | rgb(214, 175, 178) |
| HSL | hsl(355, 32%, 76%) |
| CMYK | cmyk(0%, 18%, 17%, 16%) |
| LAB | lab(74.9 14.6 3.8) |
| LCH | lch(74.9 15.1 14.6) |
| OKLCH | oklch(0.789 0.046 13.0) |
Copy-ready code
/* CSS */
color: #d6afb2;
background-color: #d6afb2;
/* Tailwind (arbitrary) */
class="text-[#d6afb2] bg-[#d6afb2]"
/* SCSS */
$brand: #d6afb2;
/* SwiftUI */
Color(red: 0.839, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#d6afb2")Accessibility — WCAG contrast
Aa
#d6afb2 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6afb2 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow16.8%
Key (black)16.1%
Color previews
#d6afb2 text on a black background
contrast 10.63:1
Card sample
#d6afb2 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6afb2;
Background color
Panel with #d6afb2 background
background-color: #d6afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6afb2; background: linear-gradient(135deg, #d6afb2, #D6C6AF);