#563ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
86, 58, 222
HSL
250°, 71%, 55%
CMYK
61, 74, 0, 13
Luminance
0.1028
Every format
| HEX | #563ade |
| RGB | rgb(86, 58, 222) |
| HSL | hsl(250, 71%, 55%) |
| CMYK | cmyk(61%, 74%, 0%, 13%) |
| LAB | lab(38.3 55.7 -79.0) |
| LCH | lch(38.3 96.7 305.2) |
| OKLCH | oklch(0.493 0.233 281.4) |
Copy-ready code
/* CSS */
color: #563ade;
background-color: #563ade;
/* Tailwind (arbitrary) */
class="text-[#563ade] bg-[#563ade]"
/* SCSS */
$brand: #563ade;
/* SwiftUI */
Color(red: 0.337, green: 0.227, blue: 0.871)
/* Android */
Color.parseColor("#563ade")Accessibility — WCAG contrast
Aa
#563ade on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#563ade on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green22.7%
Blue87.1%
CMYK percentages
Cyan61.3%
Magenta73.9%
Yellow0.0%
Key (black)12.9%
Color previews
#563ade text on a black background
contrast 3.06:1
Card sample
#563ade text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #563ade;
Background color
Panel with #563ade background
background-color: #563ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #563ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 58, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 58, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #563ade; background: linear-gradient(135deg, #563ade, #C33ADE);