#564ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
86, 74, 222
HSL
245°, 69%, 58%
CMYK
61, 67, 0, 13
Luminance
0.1215
Every format
| HEX | #564ade |
| RGB | rgb(86, 74, 222) |
| HSL | hsl(245, 69%, 58%) |
| CMYK | cmyk(61%, 67%, 0%, 13%) |
| LAB | lab(41.5 47.1 -73.9) |
| LCH | lch(41.5 87.6 302.5) |
| OKLCH | oklch(0.515 0.216 279.3) |
Copy-ready code
/* CSS */
color: #564ade;
background-color: #564ade;
/* Tailwind (arbitrary) */
class="text-[#564ade] bg-[#564ade]"
/* SCSS */
$brand: #564ade;
/* SwiftUI */
Color(red: 0.337, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#564ade")Accessibility — WCAG contrast
Aa
#564ade on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#564ade on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green29.0%
Blue87.1%
CMYK percentages
Cyan61.3%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#564ade text on a black background
contrast 3.43:1
Card sample
#564ade text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564ade;
Background color
Panel with #564ade background
background-color: #564ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564ade; background: linear-gradient(135deg, #564ade, #B94ADE);