#761ade
a balanced, electric violet · warm · closest name: blue
RGB
118, 26, 222
HSL
268°, 79%, 49%
CMYK
47, 88, 0, 13
Luminance
0.0986
Every format
| HEX | #761ade |
| RGB | rgb(118, 26, 222) |
| HSL | hsl(268, 79%, 49%) |
| CMYK | cmyk(47%, 88%, 0%, 13%) |
| LAB | lab(37.6 71.4 -80.1) |
| LCH | lch(37.6 107.3 311.7) |
| OKLCH | oklch(0.496 0.256 295.9) |
Copy-ready code
/* CSS */
color: #761ade;
background-color: #761ade;
/* Tailwind (arbitrary) */
class="text-[#761ade] bg-[#761ade]"
/* SCSS */
$brand: #761ade;
/* SwiftUI */
Color(red: 0.463, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#761ade")Accessibility — WCAG contrast
Aa
#761ade on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#761ade on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green10.2%
Blue87.1%
CMYK percentages
Cyan46.8%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#761ade text on a black background
contrast 2.97:1
Card sample
#761ade text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #761ade;
Background color
Panel with #761ade background
background-color: #761ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #761ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #761ade; background: linear-gradient(135deg, #761ade, #DE1AC3);