#856ee2
a light, vivid blue · warm · closest name: slateblue
RGB
133, 110, 226
HSL
252°, 67%, 66%
CMYK
41, 51, 0, 11
Luminance
0.2163
Every format
| HEX | #856ee2 |
| RGB | rgb(133, 110, 226) |
| HSL | hsl(252, 67%, 66%) |
| CMYK | cmyk(41%, 51%, 0%, 11%) |
| LAB | lab(53.6 36.4 -56.3) |
| LCH | lch(53.6 67.0 302.9) |
| OKLCH | oklch(0.615 0.170 289.6) |
Copy-ready code
/* CSS */
color: #856ee2;
background-color: #856ee2;
/* Tailwind (arbitrary) */
class="text-[#856ee2] bg-[#856ee2]"
/* SCSS */
$brand: #856ee2;
/* SwiftUI */
Color(red: 0.522, green: 0.431, blue: 0.886)
/* Android */
Color.parseColor("#856ee2")Accessibility — WCAG contrast
Aa
#856ee2 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#856ee2 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green43.1%
Blue88.6%
CMYK percentages
Cyan41.2%
Magenta51.3%
Yellow0.0%
Key (black)11.4%
Color previews
#856ee2 text on a black background
contrast 5.33:1
Card sample
#856ee2 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856ee2;
Background color
Panel with #856ee2 background
background-color: #856ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 110, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 110, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856ee2; background: linear-gradient(135deg, #856ee2, #D26EE2);