#856df1
a light, electric blue · warm · closest name: slateblue
RGB
133, 109, 241
HSL
251°, 83%, 69%
CMYK
45, 55, 0, 6
Luminance
0.2227
Every format
| HEX | #856df1 |
| RGB | rgb(133, 109, 241) |
| HSL | hsl(251, 83%, 69%) |
| CMYK | cmyk(45%, 55%, 0%, 6%) |
| LAB | lab(54.3 41.1 -63.5) |
| LCH | lch(54.3 75.7 302.9) |
| OKLCH | oklch(0.623 0.190 287.9) |
Copy-ready code
/* CSS */
color: #856df1;
background-color: #856df1;
/* Tailwind (arbitrary) */
class="text-[#856df1] bg-[#856df1]"
/* SCSS */
$brand: #856df1;
/* SwiftUI */
Color(red: 0.522, green: 0.427, blue: 0.945)
/* Android */
Color.parseColor("#856df1")Accessibility — WCAG contrast
Aa
#856df1 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#856df1 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green42.7%
Blue94.5%
CMYK percentages
Cyan44.8%
Magenta54.8%
Yellow0.0%
Key (black)5.5%
Color previews
#856df1 text on a black background
contrast 5.45:1
Card sample
#856df1 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856df1;
Background color
Panel with #856df1 background
background-color: #856df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 109, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 109, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856df1; background: linear-gradient(135deg, #856df1, #DD6DF1);