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