#994eee
a balanced, electric violet · warm · closest name: slateblue
RGB
153, 78, 238
HSL
268°, 83%, 62%
CMYK
36, 67, 0, 7
Luminance
0.1839
Every format
| HEX | #994eee |
| RGB | rgb(153, 78, 238) |
| HSL | hsl(268, 83%, 62%) |
| CMYK | cmyk(36%, 67%, 0%, 7%) |
| LAB | lab(50.0 60.9 -68.8) |
| LCH | lch(50.0 91.9 311.5) |
| OKLCH | oklch(0.596 0.229 301.1) |
Copy-ready code
/* CSS */
color: #994eee;
background-color: #994eee;
/* Tailwind (arbitrary) */
class="text-[#994eee] bg-[#994eee]"
/* SCSS */
$brand: #994eee;
/* SwiftUI */
Color(red: 0.600, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#994eee")Accessibility — WCAG contrast
Aa
#994eee on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#994eee on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green30.6%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#994eee text on a black background
contrast 4.68:1
Card sample
#994eee text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994eee;
Background color
Panel with #994eee background
background-color: #994eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994eee; background: linear-gradient(135deg, #994eee, #EE4ED8);