#760881
a dark, electric magenta / pink · warm · closest name: purple
RGB
118, 8, 129
HSL
295°, 88%, 27%
CMYK
9, 94, 0, 49
Luminance
0.0561
Every format
| HEX | #760881 |
| RGB | rgb(118, 8, 129) |
| HSL | hsl(295, 88%, 27%) |
| CMYK | cmyk(9%, 94%, 0%, 49%) |
| LAB | lab(28.4 56.0 -39.4) |
| LCH | lch(28.4 68.5 324.9) |
| OKLCH | oklch(0.408 0.186 323.6) |
Copy-ready code
/* CSS */
color: #760881;
background-color: #760881;
/* Tailwind (arbitrary) */
class="text-[#760881] bg-[#760881]"
/* SCSS */
$brand: #760881;
/* SwiftUI */
Color(red: 0.463, green: 0.031, blue: 0.506)
/* Android */
Color.parseColor("#760881")Accessibility — WCAG contrast
Aa
#760881 on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760881 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green3.1%
Blue50.6%
CMYK percentages
Cyan8.5%
Magenta93.8%
Yellow0.0%
Key (black)49.4%
Color previews
#760881 text on a black background
contrast 2.12:1
Card sample
#760881 text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760881;
Background color
Panel with #760881 background
background-color: #760881;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760881;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 8, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 8, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760881; background: linear-gradient(135deg, #760881, #81083C);