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