#911eee
a balanced, electric violet · warm · closest name: blue
RGB
145, 30, 238
HSL
273°, 86%, 53%
CMYK
39, 87, 0, 7
Luminance
0.1312
Every format
| HEX | #911eee |
| RGB | rgb(145, 30, 238) |
| HSL | hsl(273, 86%, 53%) |
| CMYK | cmyk(39%, 87%, 0%, 7%) |
| LAB | lab(43.0 76.9 -80.3) |
| LCH | lch(43.0 111.2 313.8) |
| OKLCH | oklch(0.544 0.271 302.0) |
Copy-ready code
/* CSS */
color: #911eee;
background-color: #911eee;
/* Tailwind (arbitrary) */
class="text-[#911eee] bg-[#911eee]"
/* SCSS */
$brand: #911eee;
/* SwiftUI */
Color(red: 0.569, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#911eee")Accessibility — WCAG contrast
Aa
#911eee on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#911eee on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green11.8%
Blue93.3%
CMYK percentages
Cyan39.1%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#911eee text on a black background
contrast 3.62:1
Card sample
#911eee text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911eee;
Background color
Panel with #911eee background
background-color: #911eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911eee; background: linear-gradient(135deg, #911eee, #EE1EC0);