#801954
a dark, vivid magenta / pink · warm · closest name: purple
RGB
128, 25, 84
HSL
326°, 67%, 30%
CMYK
0, 81, 34, 50
Luminance
0.0592
Every format
| HEX | #801954 |
| RGB | rgb(128, 25, 84) |
| HSL | hsl(326, 67%, 30%) |
| CMYK | cmyk(0%, 81%, 34%, 50%) |
| LAB | lab(29.2 47.6 -9.0) |
| LCH | lch(29.2 48.5 349.3) |
| OKLCH | oklch(0.409 0.148 350.9) |
Copy-ready code
/* CSS */
color: #801954;
background-color: #801954;
/* Tailwind (arbitrary) */
class="text-[#801954] bg-[#801954]"
/* SCSS */
$brand: #801954;
/* SwiftUI */
Color(red: 0.502, green: 0.098, blue: 0.329)
/* Android */
Color.parseColor("#801954")Accessibility — WCAG contrast
Aa
#801954 on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#801954 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green9.8%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow34.4%
Key (black)49.8%
Color previews
#801954 text on a black background
contrast 2.18:1
Card sample
#801954 text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #801954;
Background color
Panel with #801954 background
background-color: #801954;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #801954;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 25, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 25, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #801954; background: linear-gradient(135deg, #801954, #802319);