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