#861908
a dark, electric red · warm · closest name: maroon
RGB
134, 25, 8
HSL
8°, 89%, 28%
CMYK
0, 81, 94, 48
Luminance
0.0578
Every format
| HEX | #861908 |
| RGB | rgb(134, 25, 8) |
| HSL | hsl(8, 89%, 28%) |
| CMYK | cmyk(0%, 81%, 94%, 48%) |
| LAB | lab(28.9 44.4 38.2) |
| LCH | lch(28.9 58.6 40.7) |
| OKLCH | oklch(0.404 0.146 31.6) |
Copy-ready code
/* CSS */
color: #861908;
background-color: #861908;
/* Tailwind (arbitrary) */
class="text-[#861908] bg-[#861908]"
/* SCSS */
$brand: #861908;
/* SwiftUI */
Color(red: 0.525, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#861908")Accessibility — WCAG contrast
Aa
#861908 on white: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#861908 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow94.0%
Key (black)47.5%
Color previews
#861908 text on a black background
contrast 2.16:1
Card sample
#861908 text on a white background
contrast 9.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #861908;
Background color
Panel with #861908 background
background-color: #861908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #861908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #861908; background: linear-gradient(135deg, #861908, #866D08);