#ad0021
a dark, electric red · warm · closest name: firebrick
RGB
173, 0, 33
HSL
349°, 100%, 34%
CMYK
0, 100, 81, 32
Luminance
0.0899
Every format
| HEX | #ad0021 |
| RGB | rgb(173, 0, 33) |
| HSL | hsl(349, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 81%, 32%) |
| LAB | lab(36.0 60.5 34.7) |
| LCH | lch(36.0 69.7 29.9) |
| OKLCH | oklch(0.472 0.190 23.1) |
Copy-ready code
/* CSS */
color: #ad0021;
background-color: #ad0021;
/* Tailwind (arbitrary) */
class="text-[#ad0021] bg-[#ad0021]"
/* SCSS */
$brand: #ad0021;
/* SwiftUI */
Color(red: 0.678, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#ad0021")Accessibility — WCAG contrast
Aa
#ad0021 on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ad0021 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow80.9%
Key (black)32.2%
Color previews
#ad0021 text on a black background
contrast 2.80:1
Card sample
#ad0021 text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0021;
Background color
Panel with #ad0021 background
background-color: #ad0021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0021; background: linear-gradient(135deg, #ad0021, #AD5200);