#ae0521
a dark, electric red · warm · closest name: firebrick
RGB
174, 5, 33
HSL
350°, 94%, 35%
CMYK
0, 97, 81, 32
Luminance
0.0922
Every format
| HEX | #ae0521 |
| RGB | rgb(174, 5, 33) |
| HSL | hsl(350, 94%, 35%) |
| CMYK | cmyk(0%, 97%, 81%, 32%) |
| LAB | lab(36.4 60.1 35.2) |
| LCH | lch(36.4 69.7 30.4) |
| OKLCH | oklch(0.475 0.190 23.5) |
Copy-ready code
/* CSS */
color: #ae0521;
background-color: #ae0521;
/* Tailwind (arbitrary) */
class="text-[#ae0521] bg-[#ae0521]"
/* SCSS */
$brand: #ae0521;
/* SwiftUI */
Color(red: 0.682, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#ae0521")Accessibility — WCAG contrast
Aa
#ae0521 on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae0521 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow81.0%
Key (black)31.8%
Color previews
#ae0521 text on a black background
contrast 2.84:1
Card sample
#ae0521 text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0521;
Background color
Panel with #ae0521 background
background-color: #ae0521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0521; background: linear-gradient(135deg, #ae0521, #AE5A05);