#562df5
a balanced, electric blue · warm · closest name: blue
RGB
86, 45, 245
HSL
252°, 91%, 57%
CMYK
65, 82, 0, 4
Luminance
0.1045
Every format
| HEX | #562df5 |
| RGB | rgb(86, 45, 245) |
| HSL | hsl(252, 91%, 57%) |
| CMYK | cmyk(65%, 82%, 0%, 4%) |
| LAB | lab(38.6 68.0 -91.6) |
| LCH | lch(38.6 114.1 306.6) |
| OKLCH | oklch(0.502 0.268 280.0) |
Copy-ready code
/* CSS */
color: #562df5;
background-color: #562df5;
/* Tailwind (arbitrary) */
class="text-[#562df5] bg-[#562df5]"
/* SCSS */
$brand: #562df5;
/* SwiftUI */
Color(red: 0.337, green: 0.176, blue: 0.961)
/* Android */
Color.parseColor("#562df5")Accessibility — WCAG contrast
Aa
#562df5 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#562df5 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green17.6%
Blue96.1%
CMYK percentages
Cyan64.9%
Magenta81.6%
Yellow0.0%
Key (black)3.9%
Color previews
#562df5 text on a black background
contrast 3.09:1
Card sample
#562df5 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562df5;
Background color
Panel with #562df5 background
background-color: #562df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 45, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 45, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562df5; background: linear-gradient(135deg, #562df5, #DB2DF5);