#562df0
a balanced, electric blue · warm · closest name: blue
RGB
86, 45, 240
HSL
253°, 87%, 56%
CMYK
64, 81, 0, 6
Luminance
0.1015
Every format
| HEX | #562df0 |
| RGB | rgb(86, 45, 240) |
| HSL | hsl(253, 87%, 56%) |
| CMYK | cmyk(64%, 81%, 0%, 6%) |
| LAB | lab(38.1 66.7 -89.6) |
| LCH | lch(38.1 111.7 306.6) |
| OKLCH | oklch(0.497 0.263 280.5) |
Copy-ready code
/* CSS */
color: #562df0;
background-color: #562df0;
/* Tailwind (arbitrary) */
class="text-[#562df0] bg-[#562df0]"
/* SCSS */
$brand: #562df0;
/* SwiftUI */
Color(red: 0.337, green: 0.176, blue: 0.941)
/* Android */
Color.parseColor("#562df0")Accessibility — WCAG contrast
Aa
#562df0 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#562df0 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green17.6%
Blue94.1%
CMYK percentages
Cyan64.2%
Magenta81.3%
Yellow0.0%
Key (black)5.9%
Color previews
#562df0 text on a black background
contrast 3.03:1
Card sample
#562df0 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562df0;
Background color
Panel with #562df0 background
background-color: #562df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 45, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 45, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562df0; background: linear-gradient(135deg, #562df0, #D82DF0);