#821908
a dark, electric red · warm · closest name: maroon
RGB
130, 25, 8
HSL
8°, 88%, 27%
CMYK
0, 81, 94, 49
Luminance
0.0546
Every format
| HEX | #821908 |
| RGB | rgb(130, 25, 8) |
| HSL | hsl(8, 88%, 27%) |
| CMYK | cmyk(0%, 81%, 94%, 49%) |
| LAB | lab(28.0 43.1 37.2) |
| LCH | lch(28.0 57.0 40.7) |
| OKLCH | oklch(0.396 0.142 31.8) |
Copy-ready code
/* CSS */
color: #821908;
background-color: #821908;
/* Tailwind (arbitrary) */
class="text-[#821908] bg-[#821908]"
/* SCSS */
$brand: #821908;
/* SwiftUI */
Color(red: 0.510, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#821908")Accessibility — WCAG contrast
Aa
#821908 on white: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#821908 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow93.8%
Key (black)49.0%
Color previews
#821908 text on a black background
contrast 2.09:1
Card sample
#821908 text on a white background
contrast 10.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #821908;
Background color
Panel with #821908 background
background-color: #821908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #821908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #821908; background: linear-gradient(135deg, #821908, #826B08);