#855cea
a balanced, electric violet · warm · closest name: slateblue
RGB
133, 92, 234
HSL
257°, 77%, 64%
CMYK
43, 61, 0, 8
Luminance
0.1858
Every format
| HEX | #855cea |
| RGB | rgb(133, 92, 234) |
| HSL | hsl(257, 77%, 64%) |
| CMYK | cmyk(43%, 61%, 0%, 8%) |
| LAB | lab(50.2 48.8 -66.3) |
| LCH | lch(50.2 82.3 306.3) |
| OKLCH | oklch(0.591 0.204 292.3) |
Copy-ready code
/* CSS */
color: #855cea;
background-color: #855cea;
/* Tailwind (arbitrary) */
class="text-[#855cea] bg-[#855cea]"
/* SCSS */
$brand: #855cea;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 0.918)
/* Android */
Color.parseColor("#855cea")Accessibility — WCAG contrast
Aa
#855cea on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855cea on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue91.8%
CMYK percentages
Cyan43.2%
Magenta60.7%
Yellow0.0%
Key (black)8.2%
Color previews
#855cea text on a black background
contrast 4.72:1
Card sample
#855cea text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855cea;
Background color
Panel with #855cea background
background-color: #855cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855cea; background: linear-gradient(135deg, #855cea, #E45CEA);