#d0adad
a light, soft red · warm · closest name: silver
RGB
208, 173, 173
HSL
0°, 27%, 75%
CMYK
0, 17, 17, 18
Luminance
0.4631
Every format
| HEX | #d0adad |
| RGB | rgb(208, 173, 173) |
| HSL | hsl(0, 27%, 75%) |
| CMYK | cmyk(0%, 17%, 17%, 18%) |
| LAB | lab(73.8 12.7 4.8) |
| LCH | lch(73.8 13.6 20.6) |
| OKLCH | oklch(0.778 0.041 18.1) |
Copy-ready code
/* CSS */
color: #d0adad;
background-color: #d0adad;
/* Tailwind (arbitrary) */
class="text-[#d0adad] bg-[#d0adad]"
/* SCSS */
$brand: #d0adad;
/* SwiftUI */
Color(red: 0.816, green: 0.678, blue: 0.678)
/* Android */
Color.parseColor("#d0adad")Accessibility — WCAG contrast
Aa
#d0adad on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0adad on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow16.8%
Key (black)18.4%
Color previews
#d0adad text on a black background
contrast 10.26:1
Card sample
#d0adad text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0adad;
Background color
Panel with #d0adad background
background-color: #d0adad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0adad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 173, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 173, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0adad; background: linear-gradient(135deg, #d0adad, #D0C4AD);