#82001a
a dark, electric red · warm · closest name: maroon
RGB
130, 0, 26
HSL
348°, 100%, 26%
CMYK
0, 100, 80, 49
Luminance
0.0482
Every format
| HEX | #82001a |
| RGB | rgb(130, 0, 26) |
| HSL | hsl(348, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 80%, 49%) |
| LAB | lab(26.2 49.2 25.8) |
| LCH | lch(26.2 55.5 27.7) |
| OKLCH | oklch(0.383 0.154 21.6) |
Copy-ready code
/* CSS */
color: #82001a;
background-color: #82001a;
/* Tailwind (arbitrary) */
class="text-[#82001a] bg-[#82001a]"
/* SCSS */
$brand: #82001a;
/* SwiftUI */
Color(red: 0.510, green: 0.000, blue: 0.102)
/* Android */
Color.parseColor("#82001a")Accessibility — WCAG contrast
Aa
#82001a on white: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#82001a on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green0.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow80.0%
Key (black)49.0%
Color previews
#82001a text on a black background
contrast 1.96:1
Card sample
#82001a text on a white background
contrast 10.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82001a;
Background color
Panel with #82001a background
background-color: #82001a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82001a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 0, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 0, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82001a; background: linear-gradient(135deg, #82001a, #823D00);