#ae99af
a balanced, muted magenta / pink · warm · closest name: silver
RGB
174, 153, 175
HSL
297°, 12%, 64%
CMYK
1, 13, 0, 31
Luminance
0.3488
Every format
| HEX | #ae99af |
| RGB | rgb(174, 153, 175) |
| HSL | hsl(297, 12%, 64%) |
| CMYK | cmyk(1%, 13%, 0%, 31%) |
| LAB | lab(65.7 11.8 -8.6) |
| LCH | lch(65.7 14.6 323.9) |
| OKLCH | oklch(0.708 0.040 324.6) |
Copy-ready code
/* CSS */
color: #ae99af;
background-color: #ae99af;
/* Tailwind (arbitrary) */
class="text-[#ae99af] bg-[#ae99af]"
/* SCSS */
$brand: #ae99af;
/* SwiftUI */
Color(red: 0.682, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#ae99af")Accessibility — WCAG contrast
Aa
#ae99af on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae99af on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green60.0%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta12.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ae99af text on a black background
contrast 7.98:1
Card sample
#ae99af text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae99af;
Background color
Panel with #ae99af background
background-color: #ae99af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae99af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae99af; background: linear-gradient(135deg, #ae99af, #AF99A1);