#855fef
a light, electric violet · warm · closest name: slateblue
RGB
133, 95, 239
HSL
256°, 82%, 66%
CMYK
44, 60, 0, 6
Luminance
0.1940
Every format
| HEX | #855fef |
| RGB | rgb(133, 95, 239) |
| HSL | hsl(256, 82%, 66%) |
| CMYK | cmyk(44%, 60%, 0%, 6%) |
| LAB | lab(51.1 48.5 -67.5) |
| LCH | lch(51.1 83.1 305.7) |
| OKLCH | oklch(0.600 0.207 291.0) |
Copy-ready code
/* CSS */
color: #855fef;
background-color: #855fef;
/* Tailwind (arbitrary) */
class="text-[#855fef] bg-[#855fef]"
/* SCSS */
$brand: #855fef;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#855fef")Accessibility — WCAG contrast
Aa
#855fef on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855fef on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue93.7%
CMYK percentages
Cyan44.4%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#855fef text on a black background
contrast 4.88:1
Card sample
#855fef text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855fef;
Background color
Panel with #855fef background
background-color: #855fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855fef; background: linear-gradient(135deg, #855fef, #E55FEF);