#565cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
86, 92, 223
HSL
237°, 68%, 61%
CMYK
61, 59, 0, 13
Luminance
0.1496
Every format
| HEX | #565cdf |
| RGB | rgb(86, 92, 223) |
| HSL | hsl(237, 68%, 61%) |
| CMYK | cmyk(61%, 59%, 0%, 13%) |
| LAB | lab(45.6 36.8 -67.7) |
| LCH | lch(45.6 77.1 298.5) |
| OKLCH | oklch(0.546 0.196 275.8) |
Copy-ready code
/* CSS */
color: #565cdf;
background-color: #565cdf;
/* Tailwind (arbitrary) */
class="text-[#565cdf] bg-[#565cdf]"
/* SCSS */
$brand: #565cdf;
/* SwiftUI */
Color(red: 0.337, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#565cdf")Accessibility — WCAG contrast
Aa
#565cdf on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#565cdf on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green36.1%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#565cdf text on a black background
contrast 3.99:1
Card sample
#565cdf text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565cdf;
Background color
Panel with #565cdf background
background-color: #565cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565cdf; background: linear-gradient(135deg, #565cdf, #AB56DF);