#856df7
a light, electric blue · warm · closest name: slateblue
RGB
133, 109, 247
HSL
250°, 90%, 70%
CMYK
46, 56, 0, 3
Luminance
0.2264
Every format
| HEX | #856df7 |
| RGB | rgb(133, 109, 247) |
| HSL | hsl(250, 90%, 70%) |
| CMYK | cmyk(46%, 56%, 0%, 3%) |
| LAB | lab(54.7 42.8 -66.3) |
| LCH | lch(54.7 78.9 302.9) |
| OKLCH | oklch(0.627 0.198 287.2) |
Copy-ready code
/* CSS */
color: #856df7;
background-color: #856df7;
/* Tailwind (arbitrary) */
class="text-[#856df7] bg-[#856df7]"
/* SCSS */
$brand: #856df7;
/* SwiftUI */
Color(red: 0.522, green: 0.427, blue: 0.969)
/* Android */
Color.parseColor("#856df7")Accessibility — WCAG contrast
Aa
#856df7 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#856df7 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green42.7%
Blue96.9%
CMYK percentages
Cyan46.2%
Magenta55.9%
Yellow0.0%
Key (black)3.1%
Color previews
#856df7 text on a black background
contrast 5.53:1
Card sample
#856df7 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856df7;
Background color
Panel with #856df7 background
background-color: #856df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 109, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 109, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856df7; background: linear-gradient(135deg, #856df7, #E16DF7);