#811607
a dark, electric red · warm · closest name: maroon
RGB
129, 22, 7
HSL
7°, 90%, 27%
CMYK
0, 83, 95, 49
Luminance
0.0526
Every format
| HEX | #811607 |
| RGB | rgb(129, 22, 7) |
| HSL | hsl(7, 90%, 27%) |
| CMYK | cmyk(0%, 83%, 95%, 49%) |
| LAB | lab(27.5 43.7 37.0) |
| LCH | lch(27.5 57.3 40.2) |
| OKLCH | oklch(0.392 0.143 31.3) |
Copy-ready code
/* CSS */
color: #811607;
background-color: #811607;
/* Tailwind (arbitrary) */
class="text-[#811607] bg-[#811607]"
/* SCSS */
$brand: #811607;
/* SwiftUI */
Color(red: 0.506, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#811607")Accessibility — WCAG contrast
Aa
#811607 on white: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#811607 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow94.6%
Key (black)49.4%
Color previews
#811607 text on a black background
contrast 2.05:1
Card sample
#811607 text on a white background
contrast 10.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #811607;
Background color
Panel with #811607 background
background-color: #811607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #811607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #811607; background: linear-gradient(135deg, #811607, #816807);