#811708
a dark, electric red · warm · closest name: maroon
RGB
129, 23, 8
HSL
7°, 88%, 27%
CMYK
0, 82, 94, 49
Luminance
0.0530
Every format
| HEX | #811708 |
| RGB | rgb(129, 23, 8) |
| HSL | hsl(7, 88%, 27%) |
| CMYK | cmyk(0%, 82%, 94%, 49%) |
| LAB | lab(27.6 43.5 36.7) |
| LCH | lch(27.6 56.9 40.2) |
| OKLCH | oklch(0.392 0.143 31.3) |
Copy-ready code
/* CSS */
color: #811708;
background-color: #811708;
/* Tailwind (arbitrary) */
class="text-[#811708] bg-[#811708]"
/* SCSS */
$brand: #811708;
/* SwiftUI */
Color(red: 0.506, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#811708")Accessibility — WCAG contrast
Aa
#811708 on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#811708 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green9.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow93.8%
Key (black)49.4%
Color previews
#811708 text on a black background
contrast 2.06:1
Card sample
#811708 text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #811708;
Background color
Panel with #811708 background
background-color: #811708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #811708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #811708; background: linear-gradient(135deg, #811708, #816808);