#ada2ad
a light, muted gray · warm · closest name: silver
RGB
173, 162, 173
HSL
300°, 6%, 66%
CMYK
0, 6, 0, 32
Luminance
0.3774
Every format
| HEX | #ada2ad |
| RGB | rgb(173, 162, 173) |
| HSL | hsl(300, 6%, 66%) |
| CMYK | cmyk(0%, 6%, 0%, 32%) |
| LAB | lab(67.8 6.0 -4.3) |
| LCH | lch(67.8 7.4 324.8) |
| OKLCH | oklch(0.725 0.020 325.8) |
Copy-ready code
/* CSS */
color: #ada2ad;
background-color: #ada2ad;
/* Tailwind (arbitrary) */
class="text-[#ada2ad] bg-[#ada2ad]"
/* SCSS */
$brand: #ada2ad;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.678)
/* Android */
Color.parseColor("#ada2ad")Accessibility — WCAG contrast
Aa
#ada2ad on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2ad on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow0.0%
Key (black)32.2%
Color previews
#ada2ad text on a black background
contrast 8.55:1
Card sample
#ada2ad text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2ad;
Background color
Panel with #ada2ad background
background-color: #ada2ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2ad; background: linear-gradient(135deg, #ada2ad, #ADA2A6);