#801926
a dark, vivid red · warm · closest name: maroon
RGB
128, 25, 38
HSL
352°, 67%, 30%
CMYK
0, 81, 70, 50
Luminance
0.0542
Every format
| HEX | #801926 |
| RGB | rgb(128, 25, 38) |
| HSL | hsl(352, 67%, 30%) |
| CMYK | cmyk(0%, 81%, 70%, 50%) |
| LAB | lab(27.9 43.6 19.8) |
| LCH | lch(27.9 47.9 24.5) |
| OKLCH | oklch(0.396 0.137 19.9) |
Copy-ready code
/* CSS */
color: #801926;
background-color: #801926;
/* Tailwind (arbitrary) */
class="text-[#801926] bg-[#801926]"
/* SCSS */
$brand: #801926;
/* SwiftUI */
Color(red: 0.502, green: 0.098, blue: 0.149)
/* Android */
Color.parseColor("#801926")Accessibility — WCAG contrast
Aa
#801926 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#801926 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green9.8%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow70.3%
Key (black)49.8%
Color previews
#801926 text on a black background
contrast 2.08:1
Card sample
#801926 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #801926;
Background color
Panel with #801926 background
background-color: #801926;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #801926;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 25, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 25, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #801926; background: linear-gradient(135deg, #801926, #805119);