#855cff
a light, electric violet · warm · closest name: slateblue
RGB
133, 92, 255
HSL
255°, 100%, 68%
CMYK
48, 64, 0, 0
Luminance
0.1986
Every format
| HEX | #855cff |
| RGB | rgb(133, 92, 255) |
| HSL | hsl(255, 100%, 68%) |
| CMYK | cmyk(48%, 64%, 0%, 0%) |
| LAB | lab(51.7 54.5 -75.6) |
| LCH | lch(51.7 93.2 305.8) |
| OKLCH | oklch(0.607 0.230 289.3) |
Copy-ready code
/* CSS */
color: #855cff;
background-color: #855cff;
/* Tailwind (arbitrary) */
class="text-[#855cff] bg-[#855cff]"
/* SCSS */
$brand: #855cff;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#855cff")Accessibility — WCAG contrast
Aa
#855cff on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855cff on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#855cff text on a black background
contrast 4.97:1
Card sample
#855cff text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855cff;
Background color
Panel with #855cff background
background-color: #855cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855cff; background: linear-gradient(135deg, #855cff, #F25CFF);