#8833ee
a balanced, electric violet · warm · closest name: blue
RGB
136, 51, 238
HSL
267°, 85%, 57%
CMYK
43, 79, 0, 7
Luminance
0.1377
Every format
| HEX | #8833ee |
| RGB | rgb(136, 51, 238) |
| HSL | hsl(267, 85%, 57%) |
| CMYK | cmyk(43%, 79%, 0%, 7%) |
| LAB | lab(43.9 69.5 -78.8) |
| LCH | lch(43.9 105.0 311.4) |
| OKLCH | oklch(0.548 0.255 297.7) |
Copy-ready code
/* CSS */
color: #8833ee;
background-color: #8833ee;
/* Tailwind (arbitrary) */
class="text-[#8833ee] bg-[#8833ee]"
/* SCSS */
$brand: #8833ee;
/* SwiftUI */
Color(red: 0.533, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#8833ee")Accessibility — WCAG contrast
Aa
#8833ee on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8833ee on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green20.0%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#8833ee text on a black background
contrast 3.75:1
Card sample
#8833ee text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8833ee;
Background color
Panel with #8833ee background
background-color: #8833ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8833ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8833ee; background: linear-gradient(135deg, #8833ee, #EE33D7);