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