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