#855ffc
a light, electric blue · warm · closest name: slateblue
RGB
133, 95, 252
HSL
255°, 96%, 68%
CMYK
47, 62, 0, 1
Luminance
0.2020
Every format
| HEX | #855ffc |
| RGB | rgb(133, 95, 252) |
| HSL | hsl(255, 96%, 68%) |
| CMYK | cmyk(47%, 62%, 0%, 1%) |
| LAB | lab(52.1 52.0 -73.3) |
| LCH | lch(52.1 89.9 305.4) |
| OKLCH | oklch(0.609 0.222 289.2) |
Copy-ready code
/* CSS */
color: #855ffc;
background-color: #855ffc;
/* Tailwind (arbitrary) */
class="text-[#855ffc] bg-[#855ffc]"
/* SCSS */
$brand: #855ffc;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.988)
/* Android */
Color.parseColor("#855ffc")Accessibility — WCAG contrast
Aa
#855ffc on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855ffc on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue98.8%
CMYK percentages
Cyan47.2%
Magenta62.3%
Yellow0.0%
Key (black)1.2%
Color previews
#855ffc text on a black background
contrast 5.04:1
Card sample
#855ffc text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855ffc;
Background color
Panel with #855ffc background
background-color: #855ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855ffc; background: linear-gradient(135deg, #855ffc, #EE5FFC);