#ae9da0
a balanced, muted red · warm · closest name: silver
RGB
174, 157, 160
HSL
349°, 10%, 65%
CMYK
0, 10, 8, 32
Luminance
0.3565
Every format
| HEX | #ae9da0 |
| RGB | rgb(174, 157, 160) |
| HSL | hsl(349, 10%, 65%) |
| CMYK | cmyk(0%, 10%, 8%, 32%) |
| LAB | lab(66.3 6.8 0.7) |
| LCH | lch(66.3 6.8 5.9) |
| OKLCH | oklch(0.712 0.020 5.5) |
Copy-ready code
/* CSS */
color: #ae9da0;
background-color: #ae9da0;
/* Tailwind (arbitrary) */
class="text-[#ae9da0] bg-[#ae9da0]"
/* SCSS */
$brand: #ae9da0;
/* SwiftUI */
Color(red: 0.682, green: 0.616, blue: 0.627)
/* Android */
Color.parseColor("#ae9da0")Accessibility — WCAG contrast
Aa
#ae9da0 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9da0 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green61.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow8.0%
Key (black)31.8%
Color previews
#ae9da0 text on a black background
contrast 8.13:1
Card sample
#ae9da0 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9da0;
Background color
Panel with #ae9da0 background
background-color: #ae9da0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9da0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 157, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 157, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9da0; background: linear-gradient(135deg, #ae9da0, #AEA59D);