#562fda
a balanced, vivid blue · warm · closest name: navy
RGB
86, 47, 218
HSL
254°, 70%, 52%
CMYK
61, 78, 0, 15
Luminance
0.0907
Every format
| HEX | #562fda |
| RGB | rgb(86, 47, 218) |
| HSL | hsl(254, 70%, 52%) |
| CMYK | cmyk(61%, 78%, 0%, 15%) |
| LAB | lab(36.1 59.8 -80.4) |
| LCH | lch(36.1 100.2 306.7) |
| OKLCH | oklch(0.476 0.238 283.1) |
Copy-ready code
/* CSS */
color: #562fda;
background-color: #562fda;
/* Tailwind (arbitrary) */
class="text-[#562fda] bg-[#562fda]"
/* SCSS */
$brand: #562fda;
/* SwiftUI */
Color(red: 0.337, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#562fda")Accessibility — WCAG contrast
Aa
#562fda on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562fda on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.4%
Blue85.5%
CMYK percentages
Cyan60.6%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#562fda text on a black background
contrast 2.81:1
Card sample
#562fda text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562fda;
Background color
Panel with #562fda background
background-color: #562fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562fda; background: linear-gradient(135deg, #562fda, #C82FDA);