#820b13
a dark, electric red · warm · closest name: maroon
RGB
130, 11, 19
HSL
356°, 84%, 28%
CMYK
0, 92, 85, 49
Luminance
0.0503
Every format
| HEX | #820b13 |
| RGB | rgb(130, 11, 19) |
| HSL | hsl(356, 84%, 28%) |
| CMYK | cmyk(0%, 92%, 85%, 49%) |
| LAB | lab(26.8 47.0 30.7) |
| LCH | lch(26.8 56.1 33.2) |
| OKLCH | oklch(0.388 0.150 25.7) |
Copy-ready code
/* CSS */
color: #820b13;
background-color: #820b13;
/* Tailwind (arbitrary) */
class="text-[#820b13] bg-[#820b13]"
/* SCSS */
$brand: #820b13;
/* SwiftUI */
Color(red: 0.510, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#820b13")Accessibility — WCAG contrast
Aa
#820b13 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#820b13 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow85.4%
Key (black)49.0%
Color previews
#820b13 text on a black background
contrast 2.01:1
Card sample
#820b13 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #820b13;
Background color
Panel with #820b13 background
background-color: #820b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #820b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #820b13; background: linear-gradient(135deg, #820b13, #82520B);