#801940
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
128, 25, 64
HSL
337°, 67%, 30%
CMYK
0, 81, 50, 50
Luminance
0.0565
Every format
| HEX | #801940 |
| RGB | rgb(128, 25, 64) |
| HSL | hsl(337, 67%, 30%) |
| CMYK | cmyk(0%, 81%, 50%, 50%) |
| LAB | lab(28.5 45.5 3.3) |
| LCH | lch(28.5 45.6 4.1) |
| OKLCH | oklch(0.402 0.140 3.6) |
Copy-ready code
/* CSS */
color: #801940;
background-color: #801940;
/* Tailwind (arbitrary) */
class="text-[#801940] bg-[#801940]"
/* SCSS */
$brand: #801940;
/* SwiftUI */
Color(red: 0.502, green: 0.098, blue: 0.251)
/* Android */
Color.parseColor("#801940")Accessibility — WCAG contrast
Aa
#801940 on white: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#801940 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green9.8%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow50.0%
Key (black)49.8%
Color previews
#801940 text on a black background
contrast 2.13:1
Card sample
#801940 text on a white background
contrast 9.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #801940;
Background color
Panel with #801940 background
background-color: #801940;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #801940;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 25, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 25, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #801940; background: linear-gradient(135deg, #801940, #803719);