#d6adad
a light, soft red · warm · closest name: pink
RGB
214, 173, 173
HSL
0°, 33%, 76%
CMYK
0, 19, 19, 16
Luminance
0.4720
Every format
| HEX | #d6adad |
| RGB | rgb(214, 173, 173) |
| HSL | hsl(0, 33%, 76%) |
| CMYK | cmyk(0%, 19%, 19%, 16%) |
| LAB | lab(74.3 14.9 5.7) |
| LCH | lch(74.3 15.9 20.8) |
| OKLCH | oklch(0.784 0.048 18.2) |
Copy-ready code
/* CSS */
color: #d6adad;
background-color: #d6adad;
/* Tailwind (arbitrary) */
class="text-[#d6adad] bg-[#d6adad]"
/* SCSS */
$brand: #d6adad;
/* SwiftUI */
Color(red: 0.839, green: 0.678, blue: 0.678)
/* Android */
Color.parseColor("#d6adad")Accessibility — WCAG contrast
Aa
#d6adad on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6adad on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green67.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow19.2%
Key (black)16.1%
Color previews
#d6adad text on a black background
contrast 10.44:1
Card sample
#d6adad text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6adad;
Background color
Panel with #d6adad background
background-color: #d6adad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6adad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 173, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 173, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6adad; background: linear-gradient(135deg, #d6adad, #D6C8AD);