#ae516b
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
174, 81, 107
HSL
343°, 37%, 50%
CMYK
0, 53, 39, 32
Luminance
0.1595
Every format
| HEX | #ae516b |
| RGB | rgb(174, 81, 107) |
| HSL | hsl(343, 37%, 50%) |
| CMYK | cmyk(0%, 53%, 39%, 32%) |
| LAB | lab(46.9 40.7 3.4) |
| LCH | lch(46.9 40.8 4.8) |
| OKLCH | oklch(0.558 0.124 4.3) |
Copy-ready code
/* CSS */
color: #ae516b;
background-color: #ae516b;
/* Tailwind (arbitrary) */
class="text-[#ae516b] bg-[#ae516b]"
/* SCSS */
$brand: #ae516b;
/* SwiftUI */
Color(red: 0.682, green: 0.318, blue: 0.420)
/* Android */
Color.parseColor("#ae516b")Accessibility — WCAG contrast
Aa
#ae516b on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae516b on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green31.8%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow38.5%
Key (black)31.8%
Color previews
#ae516b text on a black background
contrast 4.19:1
Card sample
#ae516b text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae516b;
Background color
Panel with #ae516b background
background-color: #ae516b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae516b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 81, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 81, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae516b; background: linear-gradient(135deg, #ae516b, #AE7551);