#857fdf
a light, vivid blue · warm · closest name: slateblue
RGB
133, 127, 223
HSL
244°, 60%, 69%
CMYK
40, 43, 0, 13
Luminance
0.2549
Every format
| HEX | #857fdf |
| RGB | rgb(133, 127, 223) |
| HSL | hsl(244, 60%, 69%) |
| CMYK | cmyk(40%, 43%, 0%, 13%) |
| LAB | lab(57.5 25.6 -48.3) |
| LCH | lch(57.5 54.7 297.9) |
| OKLCH | oklch(0.644 0.141 284.6) |
Copy-ready code
/* CSS */
color: #857fdf;
background-color: #857fdf;
/* Tailwind (arbitrary) */
class="text-[#857fdf] bg-[#857fdf]"
/* SCSS */
$brand: #857fdf;
/* SwiftUI */
Color(red: 0.522, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#857fdf")Accessibility — WCAG contrast
Aa
#857fdf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#857fdf on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green49.8%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#857fdf text on a black background
contrast 6.10:1
Card sample
#857fdf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #857fdf;
Background color
Panel with #857fdf background
background-color: #857fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #857fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #857fdf; background: linear-gradient(135deg, #857fdf, #C57FDF);