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