#565fd7
a balanced, vivid blue · warm · closest name: slateblue
RGB
86, 95, 215
HSL
236°, 62%, 59%
CMYK
60, 56, 0, 16
Luminance
0.1507
Every format
| HEX | #565fd7 |
| RGB | rgb(86, 95, 215) |
| HSL | hsl(236, 62%, 59%) |
| CMYK | cmyk(60%, 56%, 0%, 16%) |
| LAB | lab(45.7 32.3 -62.9) |
| LCH | lch(45.7 70.7 297.2) |
| OKLCH | oklch(0.545 0.181 275.4) |
Copy-ready code
/* CSS */
color: #565fd7;
background-color: #565fd7;
/* Tailwind (arbitrary) */
class="text-[#565fd7] bg-[#565fd7]"
/* SCSS */
$brand: #565fd7;
/* SwiftUI */
Color(red: 0.337, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#565fd7")Accessibility — WCAG contrast
Aa
#565fd7 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#565fd7 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green37.3%
Blue84.3%
CMYK percentages
Cyan60.0%
Magenta55.8%
Yellow0.0%
Key (black)15.7%
Color previews
#565fd7 text on a black background
contrast 4.01:1
Card sample
#565fd7 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565fd7;
Background color
Panel with #565fd7 background
background-color: #565fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565fd7; background: linear-gradient(135deg, #565fd7, #A356D7);