#856ae4
a light, vivid blue · warm · closest name: slateblue
RGB
133, 106, 228
HSL
253°, 69%, 66%
CMYK
42, 54, 0, 11
Luminance
0.2090
Every format
| HEX | #856ae4 |
| RGB | rgb(133, 106, 228) |
| HSL | hsl(253, 69%, 66%) |
| CMYK | cmyk(42%, 54%, 0%, 11%) |
| LAB | lab(52.8 39.2 -58.6) |
| LCH | lch(52.8 70.6 303.8) |
| OKLCH | oklch(0.610 0.178 290.3) |
Copy-ready code
/* CSS */
color: #856ae4;
background-color: #856ae4;
/* Tailwind (arbitrary) */
class="text-[#856ae4] bg-[#856ae4]"
/* SCSS */
$brand: #856ae4;
/* SwiftUI */
Color(red: 0.522, green: 0.416, blue: 0.894)
/* Android */
Color.parseColor("#856ae4")Accessibility — WCAG contrast
Aa
#856ae4 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#856ae4 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green41.6%
Blue89.4%
CMYK percentages
Cyan41.7%
Magenta53.5%
Yellow0.0%
Key (black)10.6%
Color previews
#856ae4 text on a black background
contrast 5.18:1
Card sample
#856ae4 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856ae4;
Background color
Panel with #856ae4 background
background-color: #856ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 106, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 106, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856ae4; background: linear-gradient(135deg, #856ae4, #D66AE4);