#566fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
86, 111, 223
HSL
229°, 68%, 61%
CMYK
61, 50, 0, 13
Luminance
0.1868
Every format
| HEX | #566fdf |
| RGB | rgb(86, 111, 223) |
| HSL | hsl(229, 68%, 61%) |
| CMYK | cmyk(61%, 50%, 0%, 13%) |
| LAB | lab(50.3 25.1 -60.1) |
| LCH | lch(50.3 65.1 292.6) |
| OKLCH | oklch(0.581 0.172 270.7) |
Copy-ready code
/* CSS */
color: #566fdf;
background-color: #566fdf;
/* Tailwind (arbitrary) */
class="text-[#566fdf] bg-[#566fdf]"
/* SCSS */
$brand: #566fdf;
/* SwiftUI */
Color(red: 0.337, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#566fdf")Accessibility — WCAG contrast
Aa
#566fdf on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#566fdf on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#566fdf text on a black background
contrast 4.74:1
Card sample
#566fdf text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #566fdf;
Background color
Panel with #566fdf background
background-color: #566fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #566fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #566fdf; background: linear-gradient(135deg, #566fdf, #9856DF);