#057cdf
a dark, electric blue · cool · closest name: dodgerblue
RGB
5, 124, 223
HSL
207°, 96%, 45%
CMYK
98, 44, 0, 13
Luminance
0.1978
Every format
| HEX | #057cdf |
| RGB | rgb(5, 124, 223) |
| HSL | hsl(207, 96%, 45%) |
| CMYK | cmyk(98%, 44%, 0%, 13%) |
| LAB | lab(51.6 9.0 -58.1) |
| LCH | lch(51.6 58.8 278.8) |
| OKLCH | oklch(0.584 0.175 252.4) |
Copy-ready code
/* CSS */
color: #057cdf;
background-color: #057cdf;
/* Tailwind (arbitrary) */
class="text-[#057cdf] bg-[#057cdf]"
/* SCSS */
$brand: #057cdf;
/* SwiftUI */
Color(red: 0.020, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#057cdf")Accessibility — WCAG contrast
Aa
#057cdf on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#057cdf on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green48.6%
Blue87.5%
CMYK percentages
Cyan97.8%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#057cdf text on a black background
contrast 4.96:1
Card sample
#057cdf text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #057cdf;
Background color
Panel with #057cdf background
background-color: #057cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #057cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #057cdf; background: linear-gradient(135deg, #057cdf, #1F05DF);