#562dfb
a balanced, electric blue · warm · closest name: blue
RGB
86, 45, 251
HSL
252°, 96%, 58%
CMYK
66, 82, 0, 2
Luminance
0.1082
Every format
| HEX | #562dfb |
| RGB | rgb(86, 45, 251) |
| HSL | hsl(252, 96%, 58%) |
| CMYK | cmyk(66%, 82%, 0%, 2%) |
| LAB | lab(39.3 69.6 -93.9) |
| LCH | lch(39.3 116.9 306.5) |
| OKLCH | oklch(0.508 0.275 279.4) |
Copy-ready code
/* CSS */
color: #562dfb;
background-color: #562dfb;
/* Tailwind (arbitrary) */
class="text-[#562dfb] bg-[#562dfb]"
/* SCSS */
$brand: #562dfb;
/* SwiftUI */
Color(red: 0.337, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#562dfb")Accessibility — WCAG contrast
Aa
#562dfb on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#562dfb on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green17.6%
Blue98.4%
CMYK percentages
Cyan65.7%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#562dfb text on a black background
contrast 3.16:1
Card sample
#562dfb text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562dfb;
Background color
Panel with #562dfb background
background-color: #562dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562dfb; background: linear-gradient(135deg, #562dfb, #DF2DFB);