#562fcf
a balanced, vivid blue · warm · closest name: navy
RGB
86, 47, 207
HSL
255°, 63%, 50%
CMYK
59, 77, 0, 19
Luminance
0.0852
Every format
| HEX | #562fcf |
| RGB | rgb(86, 47, 207) |
| HSL | hsl(255, 63%, 50%) |
| CMYK | cmyk(59%, 77%, 0%, 19%) |
| LAB | lab(35.0 56.8 -75.8) |
| LCH | lch(35.0 94.7 306.8) |
| OKLCH | oklch(0.466 0.226 284.6) |
Copy-ready code
/* CSS */
color: #562fcf;
background-color: #562fcf;
/* Tailwind (arbitrary) */
class="text-[#562fcf] bg-[#562fcf]"
/* SCSS */
$brand: #562fcf;
/* SwiftUI */
Color(red: 0.337, green: 0.184, blue: 0.812)
/* Android */
Color.parseColor("#562fcf")Accessibility — WCAG contrast
Aa
#562fcf on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562fcf on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.4%
Blue81.2%
CMYK percentages
Cyan58.5%
Magenta77.3%
Yellow0.0%
Key (black)18.8%
Color previews
#562fcf text on a black background
contrast 2.70:1
Card sample
#562fcf text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562fcf;
Background color
Panel with #562fcf background
background-color: #562fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 47, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 47, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562fcf; background: linear-gradient(135deg, #562fcf, #C12FCF);