#564cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
86, 76, 223
HSL
244°, 70%, 59%
CMYK
61, 66, 0, 13
Luminance
0.1248
Every format
| HEX | #564cdf |
| RGB | rgb(86, 76, 223) |
| HSL | hsl(244, 70%, 59%) |
| CMYK | cmyk(61%, 66%, 0%, 13%) |
| LAB | lab(42.0 46.3 -73.6) |
| LCH | lch(42.0 87.0 302.1) |
| OKLCH | oklch(0.519 0.215 278.9) |
Copy-ready code
/* CSS */
color: #564cdf;
background-color: #564cdf;
/* Tailwind (arbitrary) */
class="text-[#564cdf] bg-[#564cdf]"
/* SCSS */
$brand: #564cdf;
/* SwiftUI */
Color(red: 0.337, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#564cdf")Accessibility — WCAG contrast
Aa
#564cdf on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#564cdf on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green29.8%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#564cdf text on a black background
contrast 3.50:1
Card sample
#564cdf text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564cdf;
Background color
Panel with #564cdf background
background-color: #564cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564cdf; background: linear-gradient(135deg, #564cdf, #B84CDF);