#855cef
a balanced, electric violet · warm · closest name: slateblue
RGB
133, 92, 239
HSL
257°, 82%, 65%
CMYK
44, 62, 0, 6
Luminance
0.1887
Every format
| HEX | #855cef |
| RGB | rgb(133, 92, 239) |
| HSL | hsl(257, 82%, 65%) |
| CMYK | cmyk(44%, 62%, 0%, 6%) |
| LAB | lab(50.5 50.1 -68.5) |
| LCH | lch(50.5 84.9 306.2) |
| OKLCH | oklch(0.595 0.210 291.5) |
Copy-ready code
/* CSS */
color: #855cef;
background-color: #855cef;
/* Tailwind (arbitrary) */
class="text-[#855cef] bg-[#855cef]"
/* SCSS */
$brand: #855cef;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#855cef")Accessibility — WCAG contrast
Aa
#855cef on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855cef on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue93.7%
CMYK percentages
Cyan44.4%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#855cef text on a black background
contrast 4.77:1
Card sample
#855cef text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855cef;
Background color
Panel with #855cef background
background-color: #855cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855cef; background: linear-gradient(135deg, #855cef, #E75CEF);