#855fe4
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 95, 228
HSL
257°, 71%, 63%
CMYK
42, 58, 0, 11
Luminance
0.1877
Every format
| HEX | #855fe4 |
| RGB | rgb(133, 95, 228) |
| HSL | hsl(257, 71%, 63%) |
| CMYK | cmyk(42%, 58%, 0%, 11%) |
| LAB | lab(50.4 45.5 -62.5) |
| LCH | lch(50.4 77.3 306.0) |
| OKLCH | oklch(0.592 0.193 292.7) |
Copy-ready code
/* CSS */
color: #855fe4;
background-color: #855fe4;
/* Tailwind (arbitrary) */
class="text-[#855fe4] bg-[#855fe4]"
/* SCSS */
$brand: #855fe4;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.894)
/* Android */
Color.parseColor("#855fe4")Accessibility — WCAG contrast
Aa
#855fe4 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855fe4 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue89.4%
CMYK percentages
Cyan41.7%
Magenta58.3%
Yellow0.0%
Key (black)10.6%
Color previews
#855fe4 text on a black background
contrast 4.75:1
Card sample
#855fe4 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855fe4;
Background color
Panel with #855fe4 background
background-color: #855fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855fe4; background: linear-gradient(135deg, #855fe4, #DE5FE4);