#563af8
a balanced, electric blue · warm · closest name: blue
RGB
86, 58, 248
HSL
249°, 93%, 60%
CMYK
65, 77, 0, 3
Luminance
0.1178
Every format
| HEX | #563af8 |
| RGB | rgb(86, 58, 248) |
| HSL | hsl(249, 93%, 60%) |
| CMYK | cmyk(65%, 77%, 0%, 3%) |
| LAB | lab(40.9 63.2 -89.6) |
| LCH | lch(40.9 109.7 305.2) |
| OKLCH | oklch(0.518 0.262 278.8) |
Copy-ready code
/* CSS */
color: #563af8;
background-color: #563af8;
/* Tailwind (arbitrary) */
class="text-[#563af8] bg-[#563af8]"
/* SCSS */
$brand: #563af8;
/* SwiftUI */
Color(red: 0.337, green: 0.227, blue: 0.973)
/* Android */
Color.parseColor("#563af8")Accessibility — WCAG contrast
Aa
#563af8 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#563af8 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green22.7%
Blue97.3%
CMYK percentages
Cyan65.3%
Magenta76.6%
Yellow0.0%
Key (black)2.7%
Color previews
#563af8 text on a black background
contrast 3.36:1
Card sample
#563af8 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #563af8;
Background color
Panel with #563af8 background
background-color: #563af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #563af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 58, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 58, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #563af8; background: linear-gradient(135deg, #563af8, #D53AF8);