#800521
a dark, electric red · warm · closest name: maroon
RGB
128, 5, 33
HSL
346°, 93%, 26%
CMYK
0, 96, 74, 50
Luminance
0.0481
Every format
| HEX | #800521 |
| RGB | rgb(128, 5, 33) |
| HSL | hsl(346, 93%, 26%) |
| CMYK | cmyk(0%, 96%, 74%, 50%) |
| LAB | lab(26.2 48.0 21.0) |
| LCH | lch(26.2 52.4 23.7) |
| OKLCH | oklch(0.383 0.150 18.8) |
Copy-ready code
/* CSS */
color: #800521;
background-color: #800521;
/* Tailwind (arbitrary) */
class="text-[#800521] bg-[#800521]"
/* SCSS */
$brand: #800521;
/* SwiftUI */
Color(red: 0.502, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#800521")Accessibility — WCAG contrast
Aa
#800521 on white: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800521 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow74.2%
Key (black)49.8%
Color previews
#800521 text on a black background
contrast 1.96:1
Card sample
#800521 text on a white background
contrast 10.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800521;
Background color
Panel with #800521 background
background-color: #800521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800521; background: linear-gradient(135deg, #800521, #803B05);