#882eee
a balanced, electric violet · warm · closest name: blue
RGB
136, 46, 238
HSL
268°, 85%, 56%
CMYK
43, 81, 0, 7
Luminance
0.1336
Every format
| HEX | #882eee |
| RGB | rgb(136, 46, 238) |
| HSL | hsl(268, 85%, 56%) |
| CMYK | cmyk(43%, 81%, 0%, 7%) |
| LAB | lab(43.3 71.3 -79.8) |
| LCH | lch(43.3 107.0 311.8) |
| OKLCH | oklch(0.544 0.259 298.1) |
Copy-ready code
/* CSS */
color: #882eee;
background-color: #882eee;
/* Tailwind (arbitrary) */
class="text-[#882eee] bg-[#882eee]"
/* SCSS */
$brand: #882eee;
/* SwiftUI */
Color(red: 0.533, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#882eee")Accessibility — WCAG contrast
Aa
#882eee on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#882eee on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green18.0%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#882eee text on a black background
contrast 3.67:1
Card sample
#882eee text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #882eee;
Background color
Panel with #882eee background
background-color: #882eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #882eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #882eee; background: linear-gradient(135deg, #882eee, #EE2ED4);