#ada0af
a light, muted magenta / pink · warm · closest name: silver
RGB
173, 160, 175
HSL
292°, 9%, 66%
CMYK
1, 9, 0, 31
Luminance
0.3712
Every format
| HEX | #ada0af |
| RGB | rgb(173, 160, 175) |
| HSL | hsl(292, 9%, 66%) |
| CMYK | cmyk(1%, 9%, 0%, 31%) |
| LAB | lab(67.4 7.5 -6.0) |
| LCH | lch(67.4 9.6 321.1) |
| OKLCH | oklch(0.722 0.026 321.7) |
Copy-ready code
/* CSS */
color: #ada0af;
background-color: #ada0af;
/* Tailwind (arbitrary) */
class="text-[#ada0af] bg-[#ada0af]"
/* SCSS */
$brand: #ada0af;
/* SwiftUI */
Color(red: 0.678, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#ada0af")Accessibility — WCAG contrast
Aa
#ada0af on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada0af on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green62.7%
Blue68.6%
CMYK percentages
Cyan1.1%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ada0af text on a black background
contrast 8.42:1
Card sample
#ada0af text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada0af;
Background color
Panel with #ada0af background
background-color: #ada0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada0af; background: linear-gradient(135deg, #ada0af, #AFA0A7);