#855eb6
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 94, 182
HSL
267°, 38%, 54%
CMYK
27, 48, 0, 29
Luminance
0.1637
Every format
| HEX | #855eb6 |
| RGB | rgb(133, 94, 182) |
| HSL | hsl(267, 38%, 54%) |
| CMYK | cmyk(27%, 48%, 0%, 29%) |
| LAB | lab(47.5 34.0 -40.9) |
| LCH | lch(47.5 53.2 309.7) |
| OKLCH | oklch(0.561 0.136 302.7) |
Copy-ready code
/* CSS */
color: #855eb6;
background-color: #855eb6;
/* Tailwind (arbitrary) */
class="text-[#855eb6] bg-[#855eb6]"
/* SCSS */
$brand: #855eb6;
/* SwiftUI */
Color(red: 0.522, green: 0.369, blue: 0.714)
/* Android */
Color.parseColor("#855eb6")Accessibility — WCAG contrast
Aa
#855eb6 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855eb6 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.9%
Blue71.4%
CMYK percentages
Cyan26.9%
Magenta48.4%
Yellow0.0%
Key (black)28.6%
Color previews
#855eb6 text on a black background
contrast 4.27:1
Card sample
#855eb6 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855eb6;
Background color
Panel with #855eb6 background
background-color: #855eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 94, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 94, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855eb6; background: linear-gradient(135deg, #855eb6, #B65EAC);