#078df4
a balanced, electric blue · cool · closest name: dodgerblue
RGB
7, 141, 244
HSL
206°, 94%, 49%
CMYK
97, 42, 0, 4
Luminance
0.2563
Every format
| HEX | #078df4 |
| RGB | rgb(7, 141, 244) |
| HSL | hsl(206, 94%, 49%) |
| CMYK | cmyk(97%, 42%, 0%, 4%) |
| LAB | lab(57.7 6.7 -60.1) |
| LCH | lch(57.7 60.5 276.4) |
| OKLCH | oklch(0.636 0.182 250.9) |
Copy-ready code
/* CSS */
color: #078df4;
background-color: #078df4;
/* Tailwind (arbitrary) */
class="text-[#078df4] bg-[#078df4]"
/* SCSS */
$brand: #078df4;
/* SwiftUI */
Color(red: 0.027, green: 0.553, blue: 0.957)
/* Android */
Color.parseColor("#078df4")Accessibility — WCAG contrast
Aa
#078df4 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#078df4 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green55.3%
Blue95.7%
CMYK percentages
Cyan97.1%
Magenta42.2%
Yellow0.0%
Key (black)4.3%
Color previews
#078df4 text on a black background
contrast 6.13:1
Card sample
#078df4 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #078df4;
Background color
Panel with #078df4 background
background-color: #078df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #078df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 141, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 141, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #078df4; background: linear-gradient(135deg, #078df4, #1F07F4);