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