#5658fd
a light, electric blue · warm · closest name: slateblue
RGB
86, 88, 253
HSL
239°, 98%, 67%
CMYK
66, 65, 0, 1
Luminance
0.1605
Every format
| HEX | #5658fd |
| RGB | rgb(86, 88, 253) |
| HSL | hsl(239, 98%, 67%) |
| CMYK | cmyk(66%, 65%, 0%, 1%) |
| LAB | lab(47.0 48.9 -82.2) |
| LCH | lch(47.0 95.7 300.7) |
| OKLCH | oklch(0.564 0.238 275.1) |
Copy-ready code
/* CSS */
color: #5658fd;
background-color: #5658fd;
/* Tailwind (arbitrary) */
class="text-[#5658fd] bg-[#5658fd]"
/* SCSS */
$brand: #5658fd;
/* SwiftUI */
Color(red: 0.337, green: 0.345, blue: 0.992)
/* Android */
Color.parseColor("#5658fd")Accessibility — WCAG contrast
Aa
#5658fd on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5658fd on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green34.5%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta65.2%
Yellow0.0%
Key (black)0.8%
Color previews
#5658fd text on a black background
contrast 4.21:1
Card sample
#5658fd text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5658fd;
Background color
Panel with #5658fd background
background-color: #5658fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5658fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 88, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 88, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5658fd; background: linear-gradient(135deg, #5658fd, #C356FD);