#ae5259
a balanced, soft red · warm · closest name: sienna
RGB
174, 82, 89
HSL
355°, 36%, 50%
CMYK
0, 53, 49, 32
Luminance
0.1575
Every format
| HEX | #ae5259 |
| RGB | rgb(174, 82, 89) |
| HSL | hsl(355, 36%, 50%) |
| CMYK | cmyk(0%, 53%, 49%, 32%) |
| LAB | lab(46.6 38.2 14.0) |
| LCH | lch(46.6 40.7 20.1) |
| OKLCH | oklch(0.555 0.120 17.1) |
Copy-ready code
/* CSS */
color: #ae5259;
background-color: #ae5259;
/* Tailwind (arbitrary) */
class="text-[#ae5259] bg-[#ae5259]"
/* SCSS */
$brand: #ae5259;
/* SwiftUI */
Color(red: 0.682, green: 0.322, blue: 0.349)
/* Android */
Color.parseColor("#ae5259")Accessibility — WCAG contrast
Aa
#ae5259 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae5259 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green32.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow48.9%
Key (black)31.8%
Color previews
#ae5259 text on a black background
contrast 4.15:1
Card sample
#ae5259 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5259;
Background color
Panel with #ae5259 background
background-color: #ae5259;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5259;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 82, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 82, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5259; background: linear-gradient(135deg, #ae5259, #AE8852);