#855ccf
a balanced, vivid violet · warm · closest name: slateblue
RGB
133, 92, 207
HSL
261°, 55%, 59%
CMYK
36, 56, 0, 19
Luminance
0.1715
Every format
| HEX | #855ccf |
| RGB | rgb(133, 92, 207) |
| HSL | hsl(261, 55%, 59%) |
| CMYK | cmyk(36%, 56%, 0%, 19%) |
| LAB | lab(48.4 41.6 -53.8) |
| LCH | lch(48.4 68.0 307.7) |
| OKLCH | oklch(0.573 0.171 297.1) |
Copy-ready code
/* CSS */
color: #855ccf;
background-color: #855ccf;
/* Tailwind (arbitrary) */
class="text-[#855ccf] bg-[#855ccf]"
/* SCSS */
$brand: #855ccf;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 0.812)
/* Android */
Color.parseColor("#855ccf")Accessibility — WCAG contrast
Aa
#855ccf on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855ccf on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue81.2%
CMYK percentages
Cyan35.7%
Magenta55.6%
Yellow0.0%
Key (black)18.8%
Color previews
#855ccf text on a black background
contrast 4.43:1
Card sample
#855ccf text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855ccf;
Background color
Panel with #855ccf background
background-color: #855ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855ccf; background: linear-gradient(135deg, #855ccf, #CF5CCC);