#855fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 95, 223
HSL
258°, 67%, 62%
CMYK
40, 57, 0, 13
Luminance
0.1850
Every format
| HEX | #855fdf |
| RGB | rgb(133, 95, 223) |
| HSL | hsl(258, 67%, 62%) |
| CMYK | cmyk(40%, 57%, 0%, 13%) |
| LAB | lab(50.1 44.1 -60.2) |
| LCH | lch(50.1 74.7 306.2) |
| OKLCH | oklch(0.588 0.187 293.5) |
Copy-ready code
/* CSS */
color: #855fdf;
background-color: #855fdf;
/* Tailwind (arbitrary) */
class="text-[#855fdf] bg-[#855fdf]"
/* SCSS */
$brand: #855fdf;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#855fdf")Accessibility — WCAG contrast
Aa
#855fdf on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#855fdf on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#855fdf text on a black background
contrast 4.70:1
Card sample
#855fdf text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855fdf;
Background color
Panel with #855fdf background
background-color: #855fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855fdf; background: linear-gradient(135deg, #855fdf, #DA5FDF);