#81007f
a dark, electric magenta / pink · warm · “purple”
RGB
129, 0, 127
HSL
301°, 100%, 25%
CMYK
0, 100, 2, 49
Luminance
0.0620
Every format
| HEX | #81007f |
| RGB | rgb(129, 0, 127) |
| HSL | hsl(301, 100%, 25%) |
| CMYK | cmyk(0%, 100%, 2%, 49%) |
| LAB | lab(29.9 59.0 -35.6) |
| LCH | lch(29.9 68.9 328.8) |
| OKLCH | oklch(0.422 0.193 329.2) |
Copy-ready code
/* CSS */
color: #81007f;
background-color: #81007f;
/* Tailwind (arbitrary) */
class="text-[#81007f] bg-[#81007f]"
/* SCSS */
$brand: #81007f;
/* SwiftUI */
Color(red: 0.506, green: 0.000, blue: 0.498)
/* Android */
Color.parseColor("#81007f")Accessibility — WCAG contrast
Aa
#81007f on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#81007f on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green0.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow1.6%
Key (black)49.4%
Color previews
#81007f text on a black background
contrast 2.24:1
Card sample
#81007f text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81007f;
Background color
Panel with #81007f background
background-color: #81007f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81007f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 0, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 0, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81007f; background: linear-gradient(135deg, #81007f, #810029);