#387fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
56, 127, 223
HSL
215°, 72%, 55%
CMYK
75, 43, 0, 13
Luminance
0.2135
Every format
| HEX | #387fdf |
| RGB | rgb(56, 127, 223) |
| HSL | hsl(215, 72%, 55%) |
| CMYK | cmyk(75%, 43%, 0%, 13%) |
| LAB | lab(53.3 10.7 -55.3) |
| LCH | lch(53.3 56.3 280.9) |
| OKLCH | oklch(0.601 0.163 257.0) |
Copy-ready code
/* CSS */
color: #387fdf;
background-color: #387fdf;
/* Tailwind (arbitrary) */
class="text-[#387fdf] bg-[#387fdf]"
/* SCSS */
$brand: #387fdf;
/* SwiftUI */
Color(red: 0.220, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#387fdf")Accessibility — WCAG contrast
Aa
#387fdf on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#387fdf on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green49.8%
Blue87.5%
CMYK percentages
Cyan74.9%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#387fdf text on a black background
contrast 5.27:1
Card sample
#387fdf text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #387fdf;
Background color
Panel with #387fdf background
background-color: #387fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #387fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #387fdf; background: linear-gradient(135deg, #387fdf, #6038DF);