#760f58
a dark, electric magenta / pink · warm · closest name: purple
RGB
118, 15, 88
HSL
318°, 77%, 26%
CMYK
0, 87, 25, 54
Luminance
0.0490
Every format
| HEX | #760f58 |
| RGB | rgb(118, 15, 88) |
| HSL | hsl(318, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 25%, 54%) |
| LAB | lab(26.4 48.3 -16.1) |
| LCH | lch(26.4 50.9 341.6) |
| OKLCH | oklch(0.386 0.152 343.6) |
Copy-ready code
/* CSS */
color: #760f58;
background-color: #760f58;
/* Tailwind (arbitrary) */
class="text-[#760f58] bg-[#760f58]"
/* SCSS */
$brand: #760f58;
/* SwiftUI */
Color(red: 0.463, green: 0.059, blue: 0.345)
/* Android */
Color.parseColor("#760f58")Accessibility — WCAG contrast
Aa
#760f58 on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760f58 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green5.9%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow25.4%
Key (black)53.7%
Color previews
#760f58 text on a black background
contrast 1.98:1
Card sample
#760f58 text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760f58;
Background color
Panel with #760f58 background
background-color: #760f58;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760f58;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 15, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 15, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760f58; background: linear-gradient(135deg, #760f58, #760F13);