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