#a00002
a dark, electric red · warm · closest name: firebrick
RGB
160, 0, 2
HSL
359°, 100%, 31%
CMYK
0, 100, 99, 37
Luminance
0.0748
Every format
| HEX | #a00002 |
| RGB | rgb(160, 0, 2) |
| HSL | hsl(359, 100%, 31%) |
| CMYK | cmyk(0%, 100%, 99%, 37%) |
| LAB | lab(32.9 56.5 46.1) |
| LCH | lch(32.9 73.0 39.2) |
| OKLCH | oklch(0.443 0.182 28.9) |
Copy-ready code
/* CSS */
color: #a00002;
background-color: #a00002;
/* Tailwind (arbitrary) */
class="text-[#a00002] bg-[#a00002]"
/* SCSS */
$brand: #a00002;
/* SwiftUI */
Color(red: 0.627, green: 0.000, blue: 0.008)
/* Android */
Color.parseColor("#a00002")Accessibility — WCAG contrast
Aa
#a00002 on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a00002 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green0.0%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow98.8%
Key (black)37.3%
Color previews
#a00002 text on a black background
contrast 2.50:1
Card sample
#a00002 text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a00002;
Background color
Panel with #a00002 background
background-color: #a00002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a00002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 0, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 0, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a00002; background: linear-gradient(135deg, #a00002, #A06900);