#5e11ee
a balanced, electric violet · warm · closest name: blue
RGB
94, 17, 238
HSL
261°, 87%, 50%
CMYK
61, 93, 0, 7
Luminance
0.0895
Every format
| HEX | #5e11ee |
| RGB | rgb(94, 17, 238) |
| HSL | hsl(261, 87%, 50%) |
| CMYK | cmyk(61%, 93%, 0%, 7%) |
| LAB | lab(35.9 74.9 -92.2) |
| LCH | lch(35.9 118.8 309.1) |
| OKLCH | oklch(0.483 0.275 284.8) |
Copy-ready code
/* CSS */
color: #5e11ee;
background-color: #5e11ee;
/* Tailwind (arbitrary) */
class="text-[#5e11ee] bg-[#5e11ee]"
/* SCSS */
$brand: #5e11ee;
/* SwiftUI */
Color(red: 0.369, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#5e11ee")Accessibility — WCAG contrast
Aa
#5e11ee on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e11ee on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green6.7%
Blue93.3%
CMYK percentages
Cyan60.5%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#5e11ee text on a black background
contrast 2.79:1
Card sample
#5e11ee text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e11ee;
Background color
Panel with #5e11ee background
background-color: #5e11ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e11ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e11ee; background: linear-gradient(135deg, #5e11ee, #EE11EB);