#ae9da7
a balanced, muted magenta / pink · warm · closest name: silver
RGB
174, 157, 167
HSL
325°, 10%, 65%
CMYK
0, 10, 4, 32
Luminance
0.3590
Every format
| HEX | #ae9da7 |
| RGB | rgb(174, 157, 167) |
| HSL | hsl(325, 10%, 65%) |
| CMYK | cmyk(0%, 10%, 4%, 32%) |
| LAB | lab(66.5 8.0 -2.9) |
| LCH | lch(66.5 8.5 339.9) |
| OKLCH | oklch(0.714 0.024 341.6) |
Copy-ready code
/* CSS */
color: #ae9da7;
background-color: #ae9da7;
/* Tailwind (arbitrary) */
class="text-[#ae9da7] bg-[#ae9da7]"
/* SCSS */
$brand: #ae9da7;
/* SwiftUI */
Color(red: 0.682, green: 0.616, blue: 0.655)
/* Android */
Color.parseColor("#ae9da7")Accessibility — WCAG contrast
Aa
#ae9da7 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9da7 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green61.6%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow4.0%
Key (black)31.8%
Color previews
#ae9da7 text on a black background
contrast 8.18:1
Card sample
#ae9da7 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9da7;
Background color
Panel with #ae9da7 background
background-color: #ae9da7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9da7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 157, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 157, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9da7; background: linear-gradient(135deg, #ae9da7, #AE9E9D);