#563afd
a balanced, electric blue · warm · closest name: blue
RGB
86, 58, 253
HSL
249°, 98%, 61%
CMYK
66, 77, 0, 1
Luminance
0.1210
Every format
| HEX | #563afd |
| RGB | rgb(86, 58, 253) |
| HSL | hsl(249, 98%, 61%) |
| CMYK | cmyk(66%, 77%, 0%, 1%) |
| LAB | lab(41.4 64.7 -91.5) |
| LCH | lch(41.4 112.1 305.2) |
| OKLCH | oklch(0.523 0.267 278.3) |
Copy-ready code
/* CSS */
color: #563afd;
background-color: #563afd;
/* Tailwind (arbitrary) */
class="text-[#563afd] bg-[#563afd]"
/* SCSS */
$brand: #563afd;
/* SwiftUI */
Color(red: 0.337, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#563afd")Accessibility — WCAG contrast
Aa
#563afd on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#563afd on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green22.7%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#563afd text on a black background
contrast 3.42:1
Card sample
#563afd text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #563afd;
Background color
Panel with #563afd background
background-color: #563afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #563afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #563afd; background: linear-gradient(135deg, #563afd, #D83AFD);