#856fdf
a light, vivid blue · warm · closest name: slateblue
RGB
133, 111, 223
HSL
252°, 64%, 66%
CMYK
40, 50, 0, 13
Luminance
0.2168
Every format
| HEX | #856fdf |
| RGB | rgb(133, 111, 223) |
| HSL | hsl(252, 64%, 66%) |
| CMYK | cmyk(40%, 50%, 0%, 13%) |
| LAB | lab(53.7 35.0 -54.5) |
| LCH | lch(53.7 64.7 302.7) |
| OKLCH | oklch(0.615 0.164 289.7) |
Copy-ready code
/* CSS */
color: #856fdf;
background-color: #856fdf;
/* Tailwind (arbitrary) */
class="text-[#856fdf] bg-[#856fdf]"
/* SCSS */
$brand: #856fdf;
/* SwiftUI */
Color(red: 0.522, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#856fdf")Accessibility — WCAG contrast
Aa
#856fdf on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#856fdf on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green43.5%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#856fdf text on a black background
contrast 5.34:1
Card sample
#856fdf text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856fdf;
Background color
Panel with #856fdf background
background-color: #856fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856fdf; background: linear-gradient(135deg, #856fdf, #D06FDF);