#ae1021
a dark, electric red · warm · closest name: firebrick
RGB
174, 16, 33
HSL
354°, 83%, 37%
CMYK
0, 91, 81, 32
Luminance
0.0948
Every format
| HEX | #ae1021 |
| RGB | rgb(174, 16, 33) |
| HSL | hsl(354, 83%, 37%) |
| CMYK | cmyk(0%, 91%, 81%, 32%) |
| LAB | lab(36.9 58.7 35.7) |
| LCH | lch(36.9 68.7 31.3) |
| OKLCH | oklch(0.479 0.186 24.4) |
Copy-ready code
/* CSS */
color: #ae1021;
background-color: #ae1021;
/* Tailwind (arbitrary) */
class="text-[#ae1021] bg-[#ae1021]"
/* SCSS */
$brand: #ae1021;
/* SwiftUI */
Color(red: 0.682, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#ae1021")Accessibility — WCAG contrast
Aa
#ae1021 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae1021 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow81.0%
Key (black)31.8%
Color previews
#ae1021 text on a black background
contrast 2.90:1
Card sample
#ae1021 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae1021;
Background color
Panel with #ae1021 background
background-color: #ae1021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae1021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae1021; background: linear-gradient(135deg, #ae1021, #AE6810);