#932eee
a balanced, electric violet · warm · closest name: blue
RGB
147, 46, 238
HSL
272°, 85%, 56%
CMYK
38, 81, 0, 7
Luminance
0.1433
Every format
| HEX | #932eee |
| RGB | rgb(147, 46, 238) |
| HSL | hsl(272, 85%, 56%) |
| CMYK | cmyk(38%, 81%, 0%, 7%) |
| LAB | lab(44.7 72.8 -77.4) |
| LCH | lch(44.7 106.2 313.2) |
| OKLCH | oklch(0.557 0.260 301.8) |
Copy-ready code
/* CSS */
color: #932eee;
background-color: #932eee;
/* Tailwind (arbitrary) */
class="text-[#932eee] bg-[#932eee]"
/* SCSS */
$brand: #932eee;
/* SwiftUI */
Color(red: 0.576, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#932eee")Accessibility — WCAG contrast
Aa
#932eee on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#932eee on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green18.0%
Blue93.3%
CMYK percentages
Cyan38.2%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#932eee text on a black background
contrast 3.87:1
Card sample
#932eee text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #932eee;
Background color
Panel with #932eee background
background-color: #932eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #932eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #932eee; background: linear-gradient(135deg, #932eee, #EE2EC9);