#855cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 92, 223
HSL
259°, 67%, 62%
CMYK
40, 59, 0, 13
Luminance
0.1797
Every format
| HEX | #855cdf |
| RGB | rgb(133, 92, 223) |
| HSL | hsl(259, 67%, 62%) |
| CMYK | cmyk(40%, 59%, 0%, 13%) |
| LAB | lab(49.5 45.8 -61.3) |
| LCH | lch(49.5 76.5 306.8) |
| OKLCH | oklch(0.584 0.191 294.1) |
Copy-ready code
/* CSS */
color: #855cdf;
background-color: #855cdf;
/* Tailwind (arbitrary) */
class="text-[#855cdf] bg-[#855cdf]"
/* SCSS */
$brand: #855cdf;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#855cdf")Accessibility — WCAG contrast
Aa
#855cdf on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855cdf on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#855cdf text on a black background
contrast 4.59:1
Card sample
#855cdf text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855cdf;
Background color
Panel with #855cdf background
background-color: #855cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855cdf; background: linear-gradient(135deg, #855cdf, #DC5CDF);