#801933
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
128, 25, 51
HSL
345°, 67%, 30%
CMYK
0, 81, 60, 50
Luminance
0.0552
Every format
| HEX | #801933 |
| RGB | rgb(128, 25, 51) |
| HSL | hsl(345, 67%, 30%) |
| CMYK | cmyk(0%, 81%, 60%, 50%) |
| LAB | lab(28.2 44.4 11.5) |
| LCH | lch(28.2 45.9 14.5) |
| OKLCH | oklch(0.398 0.137 12.0) |
Copy-ready code
/* CSS */
color: #801933;
background-color: #801933;
/* Tailwind (arbitrary) */
class="text-[#801933] bg-[#801933]"
/* SCSS */
$brand: #801933;
/* SwiftUI */
Color(red: 0.502, green: 0.098, blue: 0.200)
/* Android */
Color.parseColor("#801933")Accessibility — WCAG contrast
Aa
#801933 on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#801933 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green9.8%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow60.2%
Key (black)49.8%
Color previews
#801933 text on a black background
contrast 2.10:1
Card sample
#801933 text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #801933;
Background color
Panel with #801933 background
background-color: #801933;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #801933;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 25, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 25, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #801933; background: linear-gradient(135deg, #801933, #804419);