#ae0607
a dark, electric red · warm · closest name: firebrick
RGB
174, 6, 7
HSL
360°, 93%, 35%
CMYK
0, 97, 96, 32
Luminance
0.0914
Every format
| HEX | #ae0607 |
| RGB | rgb(174, 6, 7) |
| HSL | hsl(360, 93%, 35%) |
| CMYK | cmyk(0%, 97%, 96%, 32%) |
| LAB | lab(36.3 59.5 47.6) |
| LCH | lch(36.3 76.2 38.7) |
| OKLCH | oklch(0.474 0.191 28.8) |
Copy-ready code
/* CSS */
color: #ae0607;
background-color: #ae0607;
/* Tailwind (arbitrary) */
class="text-[#ae0607] bg-[#ae0607]"
/* SCSS */
$brand: #ae0607;
/* SwiftUI */
Color(red: 0.682, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#ae0607")Accessibility — WCAG contrast
Aa
#ae0607 on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae0607 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow96.0%
Key (black)31.8%
Color previews
#ae0607 text on a black background
contrast 2.83:1
Card sample
#ae0607 text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0607;
Background color
Panel with #ae0607 background
background-color: #ae0607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0607; background: linear-gradient(135deg, #ae0607, #AE7506);