#562afb
a balanced, electric blue · warm · closest name: blue
RGB
86, 42, 251
HSL
253°, 96%, 58%
CMYK
66, 83, 0, 2
Luminance
0.1060
Every format
| HEX | #562afb |
| RGB | rgb(86, 42, 251) |
| HSL | hsl(253, 96%, 58%) |
| CMYK | cmyk(66%, 83%, 0%, 2%) |
| LAB | lab(38.9 70.7 -94.5) |
| LCH | lch(38.9 118.0 306.8) |
| OKLCH | oklch(0.505 0.277 279.5) |
Copy-ready code
/* CSS */
color: #562afb;
background-color: #562afb;
/* Tailwind (arbitrary) */
class="text-[#562afb] bg-[#562afb]"
/* SCSS */
$brand: #562afb;
/* SwiftUI */
Color(red: 0.337, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#562afb")Accessibility — WCAG contrast
Aa
#562afb on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#562afb on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green16.5%
Blue98.4%
CMYK percentages
Cyan65.7%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#562afb text on a black background
contrast 3.12:1
Card sample
#562afb text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562afb;
Background color
Panel with #562afb background
background-color: #562afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562afb; background: linear-gradient(135deg, #562afb, #E12AFB);