#ae1321
a dark, electric red · warm · closest name: firebrick
RGB
174, 19, 33
HSL
355°, 80%, 38%
CMYK
0, 89, 81, 32
Luminance
0.0957
Every format
| HEX | #ae1321 |
| RGB | rgb(174, 19, 33) |
| HSL | hsl(355, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 81%, 32%) |
| LAB | lab(37.1 58.2 35.9) |
| LCH | lch(37.1 68.4 31.7) |
| OKLCH | oklch(0.480 0.185 24.7) |
Copy-ready code
/* CSS */
color: #ae1321;
background-color: #ae1321;
/* Tailwind (arbitrary) */
class="text-[#ae1321] bg-[#ae1321]"
/* SCSS */
$brand: #ae1321;
/* SwiftUI */
Color(red: 0.682, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#ae1321")Accessibility — WCAG contrast
Aa
#ae1321 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae1321 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow81.0%
Key (black)31.8%
Color previews
#ae1321 text on a black background
contrast 2.91:1
Card sample
#ae1321 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae1321;
Background color
Panel with #ae1321 background
background-color: #ae1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae1321; background: linear-gradient(135deg, #ae1321, #AE6C13);