#856ce2
a light, vivid blue · warm · closest name: slateblue
RGB
133, 108, 226
HSL
253°, 67%, 66%
CMYK
41, 52, 0, 11
Luminance
0.2120
Every format
| HEX | #856ce2 |
| RGB | rgb(133, 108, 226) |
| HSL | hsl(253, 67%, 66%) |
| CMYK | cmyk(41%, 52%, 0%, 11%) |
| LAB | lab(53.2 37.5 -57.0) |
| LCH | lch(53.2 68.2 303.4) |
| OKLCH | oklch(0.612 0.172 290.1) |
Copy-ready code
/* CSS */
color: #856ce2;
background-color: #856ce2;
/* Tailwind (arbitrary) */
class="text-[#856ce2] bg-[#856ce2]"
/* SCSS */
$brand: #856ce2;
/* SwiftUI */
Color(red: 0.522, green: 0.424, blue: 0.886)
/* Android */
Color.parseColor("#856ce2")Accessibility — WCAG contrast
Aa
#856ce2 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#856ce2 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green42.4%
Blue88.6%
CMYK percentages
Cyan41.2%
Magenta52.2%
Yellow0.0%
Key (black)11.4%
Color previews
#856ce2 text on a black background
contrast 5.24:1
Card sample
#856ce2 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856ce2;
Background color
Panel with #856ce2 background
background-color: #856ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 108, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 108, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856ce2; background: linear-gradient(135deg, #856ce2, #D46CE2);