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