#855fdc
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 95, 220
HSL
258°, 64%, 62%
CMYK
40, 57, 0, 14
Luminance
0.1834
Every format
| HEX | #855fdc |
| RGB | rgb(133, 95, 220) |
| HSL | hsl(258, 64%, 62%) |
| CMYK | cmyk(40%, 57%, 0%, 14%) |
| LAB | lab(49.9 43.3 -58.9) |
| LCH | lch(49.9 73.1 306.4) |
| OKLCH | oklch(0.586 0.183 294.0) |
Copy-ready code
/* CSS */
color: #855fdc;
background-color: #855fdc;
/* Tailwind (arbitrary) */
class="text-[#855fdc] bg-[#855fdc]"
/* SCSS */
$brand: #855fdc;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.863)
/* Android */
Color.parseColor("#855fdc")Accessibility — WCAG contrast
Aa
#855fdc on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855fdc on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue86.3%
CMYK percentages
Cyan39.5%
Magenta56.8%
Yellow0.0%
Key (black)13.7%
Color previews
#855fdc text on a black background
contrast 4.67:1
Card sample
#855fdc text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855fdc;
Background color
Panel with #855fdc background
background-color: #855fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855fdc; background: linear-gradient(135deg, #855fdc, #D85FDC);