#855eee
a light, electric violet · warm · closest name: slateblue
RGB
133, 94, 238
HSL
256°, 81%, 65%
CMYK
44, 61, 0, 7
Luminance
0.1916
Every format
| HEX | #855eee |
| RGB | rgb(133, 94, 238) |
| HSL | hsl(256, 81%, 65%) |
| CMYK | cmyk(44%, 61%, 0%, 7%) |
| LAB | lab(50.9 48.7 -67.4) |
| LCH | lch(50.9 83.2 305.9) |
| OKLCH | oklch(0.597 0.207 291.3) |
Copy-ready code
/* CSS */
color: #855eee;
background-color: #855eee;
/* Tailwind (arbitrary) */
class="text-[#855eee] bg-[#855eee]"
/* SCSS */
$brand: #855eee;
/* SwiftUI */
Color(red: 0.522, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#855eee")Accessibility — WCAG contrast
Aa
#855eee on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855eee on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.9%
Blue93.3%
CMYK percentages
Cyan44.1%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#855eee text on a black background
contrast 4.83:1
Card sample
#855eee text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855eee;
Background color
Panel with #855eee background
background-color: #855eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855eee; background: linear-gradient(135deg, #855eee, #E55EEE);