#567dfd
a light, electric blue · warm · closest name: royalblue
RGB
86, 125, 253
HSL
226°, 98%, 67%
CMYK
66, 51, 0, 1
Luminance
0.2374
Every format
| HEX | #567dfd |
| RGB | rgb(86, 125, 253) |
| HSL | hsl(226, 98%, 67%) |
| CMYK | cmyk(66%, 51%, 0%, 1%) |
| LAB | lab(55.8 26.6 -67.9) |
| LCH | lch(55.8 73.0 291.4) |
| OKLCH | oklch(0.629 0.195 267.7) |
Copy-ready code
/* CSS */
color: #567dfd;
background-color: #567dfd;
/* Tailwind (arbitrary) */
class="text-[#567dfd] bg-[#567dfd]"
/* SCSS */
$brand: #567dfd;
/* SwiftUI */
Color(red: 0.337, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#567dfd")Accessibility — WCAG contrast
Aa
#567dfd on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#567dfd on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green49.0%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#567dfd text on a black background
contrast 5.75:1
Card sample
#567dfd text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #567dfd;
Background color
Panel with #567dfd background
background-color: #567dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #567dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #567dfd; background: linear-gradient(135deg, #567dfd, #9E56FD);