#941eee
a balanced, electric violet · warm · closest name: blue
RGB
148, 30, 238
HSL
274°, 86%, 53%
CMYK
38, 87, 0, 7
Luminance
0.1340
Every format
| HEX | #941eee |
| RGB | rgb(148, 30, 238) |
| HSL | hsl(274, 86%, 53%) |
| CMYK | cmyk(38%, 87%, 0%, 7%) |
| LAB | lab(43.4 77.3 -79.6) |
| LCH | lch(43.4 110.9 314.1) |
| OKLCH | oklch(0.548 0.271 303.0) |
Copy-ready code
/* CSS */
color: #941eee;
background-color: #941eee;
/* Tailwind (arbitrary) */
class="text-[#941eee] bg-[#941eee]"
/* SCSS */
$brand: #941eee;
/* SwiftUI */
Color(red: 0.580, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#941eee")Accessibility — WCAG contrast
Aa
#941eee on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#941eee on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green11.8%
Blue93.3%
CMYK percentages
Cyan37.8%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#941eee text on a black background
contrast 3.68:1
Card sample
#941eee text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #941eee;
Background color
Panel with #941eee background
background-color: #941eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #941eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #941eee; background: linear-gradient(135deg, #941eee, #EE1EBD);