#565cfd
a light, electric blue · warm · closest name: slateblue
RGB
86, 92, 253
HSL
238°, 98%, 67%
CMYK
66, 64, 0, 1
Luminance
0.1672
Every format
| HEX | #565cfd |
| RGB | rgb(86, 92, 253) |
| HSL | hsl(238, 98%, 67%) |
| CMYK | cmyk(66%, 64%, 0%, 1%) |
| LAB | lab(47.9 46.5 -80.8) |
| LCH | lch(47.9 93.2 299.9) |
| OKLCH | oklch(0.570 0.234 274.5) |
Copy-ready code
/* CSS */
color: #565cfd;
background-color: #565cfd;
/* Tailwind (arbitrary) */
class="text-[#565cfd] bg-[#565cfd]"
/* SCSS */
$brand: #565cfd;
/* SwiftUI */
Color(red: 0.337, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#565cfd")Accessibility — WCAG contrast
Aa
#565cfd on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#565cfd on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green36.1%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#565cfd text on a black background
contrast 4.34:1
Card sample
#565cfd text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565cfd;
Background color
Panel with #565cfd background
background-color: #565cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565cfd; background: linear-gradient(135deg, #565cfd, #BF56FD);