#567df3
a balanced, electric blue · warm · closest name: royalblue
RGB
86, 125, 243
HSL
225°, 87%, 65%
CMYK
65, 49, 0, 5
Luminance
0.2312
Every format
| HEX | #567df3 |
| RGB | rgb(86, 125, 243) |
| HSL | hsl(225, 87%, 65%) |
| CMYK | cmyk(65%, 49%, 0%, 5%) |
| LAB | lab(55.2 23.2 -63.4) |
| LCH | lch(55.2 67.5 290.1) |
| OKLCH | oklch(0.622 0.182 267.2) |
Copy-ready code
/* CSS */
color: #567df3;
background-color: #567df3;
/* Tailwind (arbitrary) */
class="text-[#567df3] bg-[#567df3]"
/* SCSS */
$brand: #567df3;
/* SwiftUI */
Color(red: 0.337, green: 0.490, blue: 0.953)
/* Android */
Color.parseColor("#567df3")Accessibility — WCAG contrast
Aa
#567df3 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#567df3 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green49.0%
Blue95.3%
CMYK percentages
Cyan64.6%
Magenta48.6%
Yellow0.0%
Key (black)4.7%
Color previews
#567df3 text on a black background
contrast 5.62:1
Card sample
#567df3 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #567df3;
Background color
Panel with #567df3 background
background-color: #567df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #567df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 125, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 125, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #567df3; background: linear-gradient(135deg, #567df3, #9856F3);