#564ba3
a balanced, soft blue · warm · closest name: slateblue
RGB
86, 75, 163
HSL
248°, 37%, 47%
CMYK
47, 54, 0, 36
Luminance
0.0965
Every format
| HEX | #564ba3 |
| RGB | rgb(86, 75, 163) |
| HSL | hsl(248, 37%, 47%) |
| CMYK | cmyk(47%, 54%, 0%, 36%) |
| LAB | lab(37.2 28.0 -46.3) |
| LCH | lch(37.2 54.1 301.1) |
| OKLCH | oklch(0.470 0.137 285.5) |
Copy-ready code
/* CSS */
color: #564ba3;
background-color: #564ba3;
/* Tailwind (arbitrary) */
class="text-[#564ba3] bg-[#564ba3]"
/* SCSS */
$brand: #564ba3;
/* SwiftUI */
Color(red: 0.337, green: 0.294, blue: 0.639)
/* Android */
Color.parseColor("#564ba3")Accessibility — WCAG contrast
Aa
#564ba3 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564ba3 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green29.4%
Blue63.9%
CMYK percentages
Cyan47.2%
Magenta54.0%
Yellow0.0%
Key (black)36.1%
Color previews
#564ba3 text on a black background
contrast 2.93:1
Card sample
#564ba3 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564ba3;
Background color
Panel with #564ba3 background
background-color: #564ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 75, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 75, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564ba3; background: linear-gradient(135deg, #564ba3, #914BA3);