#811700
a dark, electric red · warm · closest name: maroon
RGB
129, 23, 0
HSL
11°, 100%, 25%
CMYK
0, 82, 100, 49
Luminance
0.0528
Every format
| HEX | #811700 |
| RGB | rgb(129, 23, 0) |
| HSL | hsl(11, 100%, 25%) |
| CMYK | cmyk(0%, 82%, 100%, 49%) |
| LAB | lab(27.5 43.3 39.9) |
| LCH | lch(27.5 58.9 42.7) |
| OKLCH | oklch(0.392 0.144 33.2) |
Copy-ready code
/* CSS */
color: #811700;
background-color: #811700;
/* Tailwind (arbitrary) */
class="text-[#811700] bg-[#811700]"
/* SCSS */
$brand: #811700;
/* SwiftUI */
Color(red: 0.506, green: 0.090, blue: 0.000)
/* Android */
Color.parseColor("#811700")Accessibility — WCAG contrast
Aa
#811700 on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#811700 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green9.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow100.0%
Key (black)49.4%
Color previews
#811700 text on a black background
contrast 2.06:1
Card sample
#811700 text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #811700;
Background color
Panel with #811700 background
background-color: #811700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #811700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 23, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 23, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #811700; background: linear-gradient(135deg, #811700, #816D00);