#8844ee
a balanced, electric violet · warm · closest name: slateblue
RGB
136, 68, 238
HSL
264°, 83%, 60%
CMYK
43, 71, 0, 7
Luminance
0.1554
Every format
| HEX | #8844ee |
| RGB | rgb(136, 68, 238) |
| HSL | hsl(264, 83%, 60%) |
| CMYK | cmyk(43%, 71%, 0%, 7%) |
| LAB | lab(46.4 62.5 -74.7) |
| LCH | lch(46.4 97.4 309.9) |
| OKLCH | oklch(0.566 0.238 296.1) |
Copy-ready code
/* CSS */
color: #8844ee;
background-color: #8844ee;
/* Tailwind (arbitrary) */
class="text-[#8844ee] bg-[#8844ee]"
/* SCSS */
$brand: #8844ee;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#8844ee")Accessibility — WCAG contrast
Aa
#8844ee on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8844ee on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#8844ee text on a black background
contrast 4.11:1
Card sample
#8844ee text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8844ee;
Background color
Panel with #8844ee background
background-color: #8844ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8844ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8844ee; background: linear-gradient(135deg, #8844ee, #EE44E3);