#565afd
a light, electric blue · warm · closest name: slateblue
RGB
86, 90, 253
HSL
239°, 98%, 67%
CMYK
66, 64, 0, 1
Luminance
0.1638
Every format
| HEX | #565afd |
| RGB | rgb(86, 90, 253) |
| HSL | hsl(239, 98%, 67%) |
| CMYK | cmyk(66%, 64%, 0%, 1%) |
| LAB | lab(47.5 47.7 -81.5) |
| LCH | lch(47.5 94.5 300.3) |
| OKLCH | oklch(0.567 0.236 274.8) |
Copy-ready code
/* CSS */
color: #565afd;
background-color: #565afd;
/* Tailwind (arbitrary) */
class="text-[#565afd] bg-[#565afd]"
/* SCSS */
$brand: #565afd;
/* SwiftUI */
Color(red: 0.337, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#565afd")Accessibility — WCAG contrast
Aa
#565afd on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#565afd on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green35.3%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#565afd text on a black background
contrast 4.28:1
Card sample
#565afd text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565afd;
Background color
Panel with #565afd background
background-color: #565afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565afd; background: linear-gradient(135deg, #565afd, #C256FD);