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