#760ade
a balanced, electric violet · warm · closest name: blue
RGB
118, 10, 222
HSL
271°, 91%, 46%
CMYK
47, 96, 0, 13
Luminance
0.0934
Every format
| HEX | #760ade |
| RGB | rgb(118, 10, 222) |
| HSL | hsl(271, 91%, 46%) |
| CMYK | cmyk(47%, 96%, 0%, 13%) |
| LAB | lab(36.6 74.3 -81.7) |
| LCH | lch(36.6 110.4 312.3) |
| OKLCH | oklch(0.489 0.262 296.5) |
Copy-ready code
/* CSS */
color: #760ade;
background-color: #760ade;
/* Tailwind (arbitrary) */
class="text-[#760ade] bg-[#760ade]"
/* SCSS */
$brand: #760ade;
/* SwiftUI */
Color(red: 0.463, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#760ade")Accessibility — WCAG contrast
Aa
#760ade on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760ade on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green3.9%
Blue87.1%
CMYK percentages
Cyan46.8%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#760ade text on a black background
contrast 2.87:1
Card sample
#760ade text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760ade;
Background color
Panel with #760ade background
background-color: #760ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760ade; background: linear-gradient(135deg, #760ade, #DE0AB9);