#855ce4
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 92, 228
HSL
258°, 72%, 63%
CMYK
42, 60, 0, 11
Luminance
0.1824
Every format
| HEX | #855ce4 |
| RGB | rgb(133, 92, 228) |
| HSL | hsl(258, 72%, 63%) |
| CMYK | cmyk(42%, 60%, 0%, 11%) |
| LAB | lab(49.8 47.1 -63.6) |
| LCH | lch(49.8 79.1 306.6) |
| OKLCH | oklch(0.587 0.197 293.3) |
Copy-ready code
/* CSS */
color: #855ce4;
background-color: #855ce4;
/* Tailwind (arbitrary) */
class="text-[#855ce4] bg-[#855ce4]"
/* SCSS */
$brand: #855ce4;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 0.894)
/* Android */
Color.parseColor("#855ce4")Accessibility — WCAG contrast
Aa
#855ce4 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855ce4 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue89.4%
CMYK percentages
Cyan41.7%
Magenta59.6%
Yellow0.0%
Key (black)10.6%
Color previews
#855ce4 text on a black background
contrast 4.65:1
Card sample
#855ce4 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855ce4;
Background color
Panel with #855ce4 background
background-color: #855ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855ce4; background: linear-gradient(135deg, #855ce4, #E05CE4);