#855cad
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 92, 173
HSL
270°, 33%, 52%
CMYK
23, 47, 0, 32
Luminance
0.1566
Every format
| HEX | #855cad |
| RGB | rgb(133, 92, 173) |
| HSL | hsl(270, 33%, 52%) |
| CMYK | cmyk(23%, 47%, 0%, 32%) |
| LAB | lab(46.5 33.0 -37.1) |
| LCH | lch(46.5 49.7 311.6) |
| OKLCH | oklch(0.552 0.128 306.0) |
Copy-ready code
/* CSS */
color: #855cad;
background-color: #855cad;
/* Tailwind (arbitrary) */
class="text-[#855cad] bg-[#855cad]"
/* SCSS */
$brand: #855cad;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 0.678)
/* Android */
Color.parseColor("#855cad")Accessibility — WCAG contrast
Aa
#855cad on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855cad on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue67.8%
CMYK percentages
Cyan23.1%
Magenta46.8%
Yellow0.0%
Key (black)32.2%
Color previews
#855cad text on a black background
contrast 4.13:1
Card sample
#855cad text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855cad;
Background color
Panel with #855cad background
background-color: #855cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855cad; background: linear-gradient(135deg, #855cad, #AD5C9F);