#8855ee
a balanced, electric violet · warm · closest name: slateblue
RGB
136, 85, 238
HSL
260°, 82%, 63%
CMYK
43, 64, 0, 7
Luminance
0.1790
Every format
| HEX | #8855ee |
| RGB | rgb(136, 85, 238) |
| HSL | hsl(260, 82%, 63%) |
| CMYK | cmyk(43%, 64%, 0%, 7%) |
| LAB | lab(49.4 54.1 -69.8) |
| LCH | lch(49.4 88.4 307.8) |
| OKLCH | oklch(0.587 0.218 293.9) |
Copy-ready code
/* CSS */
color: #8855ee;
background-color: #8855ee;
/* Tailwind (arbitrary) */
class="text-[#8855ee] bg-[#8855ee]"
/* SCSS */
$brand: #8855ee;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.933)
/* Android */
Color.parseColor("#8855ee")Accessibility — WCAG contrast
Aa
#8855ee on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8855ee on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta64.3%
Yellow0.0%
Key (black)6.7%
Color previews
#8855ee text on a black background
contrast 4.58:1
Card sample
#8855ee text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8855ee;
Background color
Panel with #8855ee background
background-color: #8855ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8855ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8855ee; background: linear-gradient(135deg, #8855ee, #EE55EE);