#855fc2
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 95, 194
HSL
263°, 45%, 57%
CMYK
31, 51, 0, 24
Luminance
0.1707
Every format
| HEX | #855fc2 |
| RGB | rgb(133, 95, 194) |
| HSL | hsl(263, 45%, 57%) |
| CMYK | cmyk(31%, 51%, 0%, 24%) |
| LAB | lab(48.3 36.5 -46.5) |
| LCH | lch(48.3 59.1 308.1) |
| OKLCH | oklch(0.570 0.150 299.3) |
Copy-ready code
/* CSS */
color: #855fc2;
background-color: #855fc2;
/* Tailwind (arbitrary) */
class="text-[#855fc2] bg-[#855fc2]"
/* SCSS */
$brand: #855fc2;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.761)
/* Android */
Color.parseColor("#855fc2")Accessibility — WCAG contrast
Aa
#855fc2 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855fc2 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue76.1%
CMYK percentages
Cyan31.4%
Magenta51.0%
Yellow0.0%
Key (black)23.9%
Color previews
#855fc2 text on a black background
contrast 4.41:1
Card sample
#855fc2 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855fc2;
Background color
Panel with #855fc2 background
background-color: #855fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855fc2; background: linear-gradient(135deg, #855fc2, #C25FBD);