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