#567cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
86, 124, 223
HSL
223°, 68%, 61%
CMYK
61, 44, 0, 13
Luminance
0.2172
Every format
| HEX | #567cdf |
| RGB | rgb(86, 124, 223) |
| HSL | hsl(223, 68%, 61%) |
| CMYK | cmyk(61%, 44%, 0%, 13%) |
| LAB | lab(53.7 17.1 -54.6) |
| LCH | lch(53.7 57.2 287.3) |
| OKLCH | oklch(0.607 0.156 266.1) |
Copy-ready code
/* CSS */
color: #567cdf;
background-color: #567cdf;
/* Tailwind (arbitrary) */
class="text-[#567cdf] bg-[#567cdf]"
/* SCSS */
$brand: #567cdf;
/* SwiftUI */
Color(red: 0.337, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#567cdf")Accessibility — WCAG contrast
Aa
#567cdf on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#567cdf on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green48.6%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#567cdf text on a black background
contrast 5.34:1
Card sample
#567cdf text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #567cdf;
Background color
Panel with #567cdf background
background-color: #567cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #567cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #567cdf; background: linear-gradient(135deg, #567cdf, #8B56DF);