#568fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
86, 143, 223
HSL
215°, 68%, 61%
CMYK
61, 36, 0, 13
Luminance
0.2695
Every format
| HEX | #568fdf |
| RGB | rgb(86, 143, 223) |
| HSL | hsl(215, 68%, 61%) |
| CMYK | cmyk(61%, 36%, 0%, 13%) |
| LAB | lab(58.9 5.6 -46.3) |
| LCH | lch(58.9 46.7 276.9) |
| OKLCH | oklch(0.647 0.135 257.1) |
Copy-ready code
/* CSS */
color: #568fdf;
background-color: #568fdf;
/* Tailwind (arbitrary) */
class="text-[#568fdf] bg-[#568fdf]"
/* SCSS */
$brand: #568fdf;
/* SwiftUI */
Color(red: 0.337, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#568fdf")Accessibility — WCAG contrast
Aa
#568fdf on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#568fdf on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#568fdf text on a black background
contrast 6.39:1
Card sample
#568fdf text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #568fdf;
Background color
Panel with #568fdf background
background-color: #568fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #568fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #568fdf; background: linear-gradient(135deg, #568fdf, #7856DF);