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