#565fef
a balanced, electric blue · warm · closest name: royalblue
RGB
86, 95, 239
HSL
237°, 83%, 64%
CMYK
64, 60, 0, 6
Luminance
0.1639
Every format
| HEX | #565fef |
| RGB | rgb(86, 95, 239) |
| HSL | hsl(237, 83%, 64%) |
| CMYK | cmyk(64%, 60%, 0%, 6%) |
| LAB | lab(47.5 40.2 -73.7) |
| LCH | lch(47.5 83.9 298.6) |
| OKLCH | oklch(0.563 0.213 274.5) |
Copy-ready code
/* CSS */
color: #565fef;
background-color: #565fef;
/* Tailwind (arbitrary) */
class="text-[#565fef] bg-[#565fef]"
/* SCSS */
$brand: #565fef;
/* SwiftUI */
Color(red: 0.337, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#565fef")Accessibility — WCAG contrast
Aa
#565fef on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#565fef on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green37.3%
Blue93.7%
CMYK percentages
Cyan64.0%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#565fef text on a black background
contrast 4.28:1
Card sample
#565fef text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565fef;
Background color
Panel with #565fef background
background-color: #565fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565fef; background: linear-gradient(135deg, #565fef, #B356EF);