#565eee
a balanced, electric blue · warm · closest name: royalblue
RGB
86, 94, 238
HSL
237°, 82%, 64%
CMYK
64, 61, 0, 7
Luminance
0.1616
Every format
| HEX | #565eee |
| RGB | rgb(86, 94, 238) |
| HSL | hsl(237, 82%, 64%) |
| CMYK | cmyk(64%, 61%, 0%, 7%) |
| LAB | lab(47.2 40.5 -73.6) |
| LCH | lch(47.2 84.0 298.8) |
| OKLCH | oklch(0.561 0.213 274.8) |
Copy-ready code
/* CSS */
color: #565eee;
background-color: #565eee;
/* Tailwind (arbitrary) */
class="text-[#565eee] bg-[#565eee]"
/* SCSS */
$brand: #565eee;
/* SwiftUI */
Color(red: 0.337, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#565eee")Accessibility — WCAG contrast
Aa
#565eee on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#565eee on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green36.9%
Blue93.3%
CMYK percentages
Cyan63.9%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#565eee text on a black background
contrast 4.23:1
Card sample
#565eee text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565eee;
Background color
Panel with #565eee background
background-color: #565eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565eee; background: linear-gradient(135deg, #565eee, #B356EE);