#760f76
a dark, electric magenta / pink · warm · closest name: purple
RGB
118, 15, 118
HSL
300°, 77%, 26%
CMYK
0, 87, 0, 54
Luminance
0.0550
Every format
| HEX | #760f76 |
| RGB | rgb(118, 15, 118) |
| HSL | hsl(300, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 0%, 54%) |
| LAB | lab(28.1 52.8 -32.9) |
| LCH | lch(28.1 62.3 328.1) |
| OKLCH | oklch(0.404 0.174 328.2) |
Copy-ready code
/* CSS */
color: #760f76;
background-color: #760f76;
/* Tailwind (arbitrary) */
class="text-[#760f76] bg-[#760f76]"
/* SCSS */
$brand: #760f76;
/* SwiftUI */
Color(red: 0.463, green: 0.059, blue: 0.463)
/* Android */
Color.parseColor("#760f76")Accessibility — WCAG contrast
Aa
#760f76 on white: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760f76 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green5.9%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow0.0%
Key (black)53.7%
Color previews
#760f76 text on a black background
contrast 2.10:1
Card sample
#760f76 text on a white background
contrast 10.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760f76;
Background color
Panel with #760f76 background
background-color: #760f76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760f76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 15, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 15, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760f76; background: linear-gradient(135deg, #760f76, #760F31);