#563fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
86, 63, 223
HSL
249°, 71%, 56%
CMYK
61, 72, 0, 13
Luminance
0.1086
Every format
| HEX | #563fdf |
| RGB | rgb(86, 63, 223) |
| HSL | hsl(249, 71%, 56%) |
| CMYK | cmyk(61%, 72%, 0%, 13%) |
| LAB | lab(39.3 53.5 -77.9) |
| LCH | lch(39.3 94.5 304.4) |
| OKLCH | oklch(0.500 0.229 280.7) |
Copy-ready code
/* CSS */
color: #563fdf;
background-color: #563fdf;
/* Tailwind (arbitrary) */
class="text-[#563fdf] bg-[#563fdf]"
/* SCSS */
$brand: #563fdf;
/* SwiftUI */
Color(red: 0.337, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#563fdf")Accessibility — WCAG contrast
Aa
#563fdf on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#563fdf on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green24.7%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#563fdf text on a black background
contrast 3.17:1
Card sample
#563fdf text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #563fdf;
Background color
Panel with #563fdf background
background-color: #563fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #563fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #563fdf; background: linear-gradient(135deg, #563fdf, #C13FDF);