#562fff
a balanced, electric blue · warm · closest name: blue
RGB
86, 47, 255
HSL
251°, 100%, 59%
CMYK
66, 82, 0, 0
Luminance
0.1123
Every format
| HEX | #562fff |
| RGB | rgb(86, 47, 255) |
| HSL | hsl(251, 100%, 59%) |
| CMYK | cmyk(66%, 82%, 0%, 0%) |
| LAB | lab(40.0 69.9 -95.0) |
| LCH | lch(40.0 117.9 306.3) |
| OKLCH | oklch(0.514 0.278 278.8) |
Copy-ready code
/* CSS */
color: #562fff;
background-color: #562fff;
/* Tailwind (arbitrary) */
class="text-[#562fff] bg-[#562fff]"
/* SCSS */
$brand: #562fff;
/* SwiftUI */
Color(red: 0.337, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#562fff")Accessibility — WCAG contrast
Aa
#562fff on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#562fff on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.4%
Blue100.0%
CMYK percentages
Cyan66.3%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#562fff text on a black background
contrast 3.25:1
Card sample
#562fff text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562fff;
Background color
Panel with #562fff background
background-color: #562fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562fff; background: linear-gradient(135deg, #562fff, #E12FFF);