#ae496e
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
174, 73, 110
HSL
338°, 41%, 48%
CMYK
0, 58, 37, 32
Luminance
0.1489
Every format
| HEX | #ae496e |
| RGB | rgb(174, 73, 110) |
| HSL | hsl(338, 41%, 48%) |
| CMYK | cmyk(0%, 58%, 37%, 32%) |
| LAB | lab(45.5 45.0 -0.5) |
| LCH | lch(45.5 45.0 359.4) |
| OKLCH | oklch(0.548 0.137 359.7) |
Copy-ready code
/* CSS */
color: #ae496e;
background-color: #ae496e;
/* Tailwind (arbitrary) */
class="text-[#ae496e] bg-[#ae496e]"
/* SCSS */
$brand: #ae496e;
/* SwiftUI */
Color(red: 0.682, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#ae496e")Accessibility — WCAG contrast
Aa
#ae496e on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae496e on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow36.8%
Key (black)31.8%
Color previews
#ae496e text on a black background
contrast 3.98:1
Card sample
#ae496e text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae496e;
Background color
Panel with #ae496e background
background-color: #ae496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae496e; background: linear-gradient(135deg, #ae496e, #AE6749);