#810772
a dark, electric magenta / pink · warm · closest name: purple
RGB
129, 7, 114
HSL
307°, 90%, 27%
CMYK
0, 95, 12, 49
Luminance
0.0603
Every format
| HEX | #810772 |
| RGB | rgb(129, 7, 114) |
| HSL | hsl(307, 90%, 27%) |
| CMYK | cmyk(0%, 95%, 12%, 49%) |
| LAB | lab(29.5 55.9 -28.1) |
| LCH | lch(29.5 62.5 333.3) |
| OKLCH | oklch(0.416 0.180 334.8) |
Copy-ready code
/* CSS */
color: #810772;
background-color: #810772;
/* Tailwind (arbitrary) */
class="text-[#810772] bg-[#810772]"
/* SCSS */
$brand: #810772;
/* SwiftUI */
Color(red: 0.506, green: 0.027, blue: 0.447)
/* Android */
Color.parseColor("#810772")Accessibility — WCAG contrast
Aa
#810772 on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#810772 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green2.7%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow11.6%
Key (black)49.4%
Color previews
#810772 text on a black background
contrast 2.21:1
Card sample
#810772 text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #810772;
Background color
Panel with #810772 background
background-color: #810772;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #810772;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 7, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 7, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #810772; background: linear-gradient(135deg, #810772, #810721);