#820708
a dark, electric red · warm · “maroon”
RGB
130, 7, 8
HSL
360°, 90%, 27%
CMYK
0, 95, 94, 49
Luminance
0.0492
Every format
| HEX | #820708 |
| RGB | rgb(130, 7, 8) |
| HSL | hsl(360, 90%, 27%) |
| CMYK | cmyk(0%, 95%, 94%, 49%) |
| LAB | lab(26.5 47.5 35.9) |
| LCH | lch(26.5 59.5 37.1) |
| OKLCH | oklch(0.385 0.152 28.3) |
Copy-ready code
/* CSS */
color: #820708;
background-color: #820708;
/* Tailwind (arbitrary) */
class="text-[#820708] bg-[#820708]"
/* SCSS */
$brand: #820708;
/* SwiftUI */
Color(red: 0.510, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#820708")Accessibility — WCAG contrast
Aa
#820708 on white: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#820708 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow93.8%
Key (black)49.0%
Color previews
#820708 text on a black background
contrast 1.98:1
Card sample
#820708 text on a white background
contrast 10.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #820708;
Background color
Panel with #820708 background
background-color: #820708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #820708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #820708; background: linear-gradient(135deg, #820708, #825807);