#857cdf
a light, vivid blue · warm · closest name: slateblue
RGB
133, 124, 223
HSL
246°, 61%, 68%
CMYK
40, 44, 0, 13
Luminance
0.2473
Every format
| HEX | #857cdf |
| RGB | rgb(133, 124, 223) |
| HSL | hsl(246, 61%, 68%) |
| CMYK | cmyk(40%, 44%, 0%, 13%) |
| LAB | lab(56.8 27.3 -49.5) |
| LCH | lch(56.8 56.5 298.9) |
| OKLCH | oklch(0.638 0.145 285.7) |
Copy-ready code
/* CSS */
color: #857cdf;
background-color: #857cdf;
/* Tailwind (arbitrary) */
class="text-[#857cdf] bg-[#857cdf]"
/* SCSS */
$brand: #857cdf;
/* SwiftUI */
Color(red: 0.522, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#857cdf")Accessibility — WCAG contrast
Aa
#857cdf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#857cdf on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green48.6%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#857cdf text on a black background
contrast 5.95:1
Card sample
#857cdf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #857cdf;
Background color
Panel with #857cdf background
background-color: #857cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #857cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #857cdf; background: linear-gradient(135deg, #857cdf, #C77CDF);