#8822ee
a balanced, electric violet · warm · closest name: blue
RGB
136, 34, 238
HSL
270°, 86%, 53%
CMYK
43, 86, 0, 7
Luminance
0.1255
Every format
| HEX | #8822ee |
| RGB | rgb(136, 34, 238) |
| HSL | hsl(270, 86%, 53%) |
| CMYK | cmyk(43%, 86%, 0%, 7%) |
| LAB | lab(42.1 74.9 -81.8) |
| LCH | lch(42.1 110.9 312.5) |
| OKLCH | oklch(0.536 0.267 298.8) |
Copy-ready code
/* CSS */
color: #8822ee;
background-color: #8822ee;
/* Tailwind (arbitrary) */
class="text-[#8822ee] bg-[#8822ee]"
/* SCSS */
$brand: #8822ee;
/* SwiftUI */
Color(red: 0.533, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#8822ee")Accessibility — WCAG contrast
Aa
#8822ee on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8822ee on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green13.3%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#8822ee text on a black background
contrast 3.51:1
Card sample
#8822ee text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8822ee;
Background color
Panel with #8822ee background
background-color: #8822ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8822ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8822ee; background: linear-gradient(135deg, #8822ee, #EE22CC);