#810041
a dark, electric magenta / pink · warm · closest name: purple
RGB
129, 0, 65
HSL
330°, 100%, 25%
CMYK
0, 100, 50, 49
Luminance
0.0505
Every format
| HEX | #810041 |
| RGB | rgb(129, 0, 65) |
| HSL | hsl(330, 100%, 25%) |
| CMYK | cmyk(0%, 100%, 50%, 49%) |
| LAB | lab(26.9 51.3 0.2) |
| LCH | lch(26.9 51.3 0.3) |
| OKLCH | oklch(0.391 0.158 0.4) |
Copy-ready code
/* CSS */
color: #810041;
background-color: #810041;
/* Tailwind (arbitrary) */
class="text-[#810041] bg-[#810041]"
/* SCSS */
$brand: #810041;
/* SwiftUI */
Color(red: 0.506, green: 0.000, blue: 0.255)
/* Android */
Color.parseColor("#810041")Accessibility — WCAG contrast
Aa
#810041 on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#810041 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green0.0%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow49.6%
Key (black)49.4%
Color previews
#810041 text on a black background
contrast 2.01:1
Card sample
#810041 text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810041;
Background color
Panel with #810041 background
background-color: #810041;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810041;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 0, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 0, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810041; background: linear-gradient(135deg, #810041, #811500);