#855afd
a light, electric violet · warm · closest name: slateblue
RGB
133, 90, 253
HSL
256°, 98%, 67%
CMYK
47, 64, 0, 1
Luminance
0.1939
Every format
| HEX | #855afd |
| RGB | rgb(133, 90, 253) |
| HSL | hsl(256, 98%, 67%) |
| CMYK | cmyk(47%, 64%, 0%, 1%) |
| LAB | lab(51.1 55.0 -75.4) |
| LCH | lch(51.1 93.3 306.1) |
| OKLCH | oklch(0.603 0.230 289.9) |
Copy-ready code
/* CSS */
color: #855afd;
background-color: #855afd;
/* Tailwind (arbitrary) */
class="text-[#855afd] bg-[#855afd]"
/* SCSS */
$brand: #855afd;
/* SwiftUI */
Color(red: 0.522, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#855afd")Accessibility — WCAG contrast
Aa
#855afd on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855afd on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green35.3%
Blue99.2%
CMYK percentages
Cyan47.4%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#855afd text on a black background
contrast 4.88:1
Card sample
#855afd text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855afd;
Background color
Panel with #855afd background
background-color: #855afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855afd; background: linear-gradient(135deg, #855afd, #F25AFD);