#7711ee
a balanced, electric violet · warm · closest name: blue
RGB
119, 17, 238
HSL
268°, 87%, 50%
CMYK
50, 93, 0, 7
Luminance
0.1050
Every format
| HEX | #7711ee |
| RGB | rgb(119, 17, 238) |
| HSL | hsl(268, 87%, 50%) |
| CMYK | cmyk(50%, 93%, 0%, 7%) |
| LAB | lab(38.7 76.8 -87.4) |
| LCH | lch(38.7 116.3 311.3) |
| OKLCH | oklch(0.508 0.274 293.6) |
Copy-ready code
/* CSS */
color: #7711ee;
background-color: #7711ee;
/* Tailwind (arbitrary) */
class="text-[#7711ee] bg-[#7711ee]"
/* SCSS */
$brand: #7711ee;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#7711ee")Accessibility — WCAG contrast
Aa
#7711ee on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7711ee on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#7711ee text on a black background
contrast 3.10:1
Card sample
#7711ee text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7711ee;
Background color
Panel with #7711ee background
background-color: #7711ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7711ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7711ee; background: linear-gradient(135deg, #7711ee, #EE11D2);