#800621
a dark, electric red · warm · closest name: maroon
RGB
128, 6, 33
HSL
347°, 91%, 26%
CMYK
0, 95, 74, 50
Luminance
0.0483
Every format
| HEX | #800621 |
| RGB | rgb(128, 6, 33) |
| HSL | hsl(347, 91%, 26%) |
| CMYK | cmyk(0%, 95%, 74%, 50%) |
| LAB | lab(26.3 47.8 21.1) |
| LCH | lch(26.3 52.3 23.8) |
| OKLCH | oklch(0.383 0.149 18.9) |
Copy-ready code
/* CSS */
color: #800621;
background-color: #800621;
/* Tailwind (arbitrary) */
class="text-[#800621] bg-[#800621]"
/* SCSS */
$brand: #800621;
/* SwiftUI */
Color(red: 0.502, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#800621")Accessibility — WCAG contrast
Aa
#800621 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800621 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow74.2%
Key (black)49.8%
Color previews
#800621 text on a black background
contrast 1.97:1
Card sample
#800621 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800621;
Background color
Panel with #800621 background
background-color: #800621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800621; background: linear-gradient(135deg, #800621, #803C06);