#800905
a dark, electric red · warm · “maroon”
RGB
128, 9, 5
HSL
2°, 93%, 26%
CMYK
0, 93, 96, 50
Luminance
0.0480
Every format
| HEX | #800905 |
| RGB | rgb(128, 9, 5) |
| HSL | hsl(2, 93%, 26%) |
| CMYK | cmyk(0%, 93%, 96%, 50%) |
| LAB | lab(26.1 46.5 36.6) |
| LCH | lch(26.1 59.1 38.2) |
| OKLCH | oklch(0.381 0.150 29.2) |
Copy-ready code
/* CSS */
color: #800905;
background-color: #800905;
/* Tailwind (arbitrary) */
class="text-[#800905] bg-[#800905]"
/* SCSS */
$brand: #800905;
/* SwiftUI */
Color(red: 0.502, green: 0.035, blue: 0.020)
/* Android */
Color.parseColor("#800905")Accessibility — WCAG contrast
Aa
#800905 on white: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800905 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green3.5%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow96.1%
Key (black)49.8%
Color previews
#800905 text on a black background
contrast 1.96:1
Card sample
#800905 text on a white background
contrast 10.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800905;
Background color
Panel with #800905 background
background-color: #800905;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800905;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 9, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 9, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800905; background: linear-gradient(135deg, #800905, #805B05);