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