#562edf
a balanced, vivid blue · warm · closest name: blue
RGB
86, 46, 223
HSL
254°, 73%, 53%
CMYK
61, 79, 0, 13
Luminance
0.0926
Every format
| HEX | #562edf |
| RGB | rgb(86, 46, 223) |
| HSL | hsl(254, 73%, 53%) |
| CMYK | cmyk(61%, 79%, 0%, 13%) |
| LAB | lab(36.5 61.6 -82.7) |
| LCH | lch(36.5 103.1 306.7) |
| OKLCH | oklch(0.480 0.244 282.5) |
Copy-ready code
/* CSS */
color: #562edf;
background-color: #562edf;
/* Tailwind (arbitrary) */
class="text-[#562edf] bg-[#562edf]"
/* SCSS */
$brand: #562edf;
/* SwiftUI */
Color(red: 0.337, green: 0.180, blue: 0.875)
/* Android */
Color.parseColor("#562edf")Accessibility — WCAG contrast
Aa
#562edf on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562edf on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.0%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta79.4%
Yellow0.0%
Key (black)12.5%
Color previews
#562edf text on a black background
contrast 2.85:1
Card sample
#562edf text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562edf;
Background color
Panel with #562edf background
background-color: #562edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 46, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 46, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562edf; background: linear-gradient(135deg, #562edf, #CC2EDF);