#760eb3
a dark, electric violet · warm · closest name: indigo
RGB
118, 14, 179
HSL
278°, 86%, 38%
CMYK
34, 92, 0, 30
Luminance
0.0742
Every format
| HEX | #760eb3 |
| RGB | rgb(118, 14, 179) |
| HSL | hsl(278, 86%, 38%) |
| CMYK | cmyk(34%, 92%, 0%, 30%) |
| LAB | lab(32.8 64.6 -63.0) |
| LCH | lch(32.8 90.2 315.7) |
| OKLCH | oklch(0.450 0.224 306.6) |
Copy-ready code
/* CSS */
color: #760eb3;
background-color: #760eb3;
/* Tailwind (arbitrary) */
class="text-[#760eb3] bg-[#760eb3]"
/* SCSS */
$brand: #760eb3;
/* SwiftUI */
Color(red: 0.463, green: 0.055, blue: 0.702)
/* Android */
Color.parseColor("#760eb3")Accessibility — WCAG contrast
Aa
#760eb3 on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#760eb3 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green5.5%
Blue70.2%
CMYK percentages
Cyan34.1%
Magenta92.2%
Yellow0.0%
Key (black)29.8%
Color previews
#760eb3 text on a black background
contrast 2.48:1
Card sample
#760eb3 text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #760eb3;
Background color
Panel with #760eb3 background
background-color: #760eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #760eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 14, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 14, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #760eb3; background: linear-gradient(135deg, #760eb3, #B30E82);