#ad9dae
a balanced, muted magenta / pink · warm · closest name: silver
RGB
173, 157, 174
HSL
297°, 10%, 65%
CMYK
1, 10, 0, 32
Luminance
0.3605
Every format
| HEX | #ad9dae |
| RGB | rgb(173, 157, 174) |
| HSL | hsl(297, 10%, 65%) |
| CMYK | cmyk(1%, 10%, 0%, 32%) |
| LAB | lab(66.6 9.0 -6.7) |
| LCH | lch(66.6 11.2 323.4) |
| OKLCH | oklch(0.715 0.030 324.1) |
Copy-ready code
/* CSS */
color: #ad9dae;
background-color: #ad9dae;
/* Tailwind (arbitrary) */
class="text-[#ad9dae] bg-[#ad9dae]"
/* SCSS */
$brand: #ad9dae;
/* SwiftUI */
Color(red: 0.678, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#ad9dae")Accessibility — WCAG contrast
Aa
#ad9dae on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9dae on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green61.6%
Blue68.2%
CMYK percentages
Cyan0.6%
Magenta9.8%
Yellow0.0%
Key (black)31.8%
Color previews
#ad9dae text on a black background
contrast 8.21:1
Card sample
#ad9dae text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9dae;
Background color
Panel with #ad9dae background
background-color: #ad9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9dae; background: linear-gradient(135deg, #ad9dae, #AE9DA4);