#078dfd
a balanced, electric blue · cool · “dodgerblue”
RGB
7, 141, 253
HSL
207°, 98%, 51%
CMYK
97, 44, 0, 1
Luminance
0.2619
Every format
| HEX | #078dfd |
| RGB | rgb(7, 141, 253) |
| HSL | hsl(207, 98%, 51%) |
| CMYK | cmyk(97%, 44%, 0%, 1%) |
| LAB | lab(58.2 10.2 -64.2) |
| LCH | lch(58.2 65.0 279.0) |
| OKLCH | oklch(0.642 0.193 252.6) |
Copy-ready code
/* CSS */
color: #078dfd;
background-color: #078dfd;
/* Tailwind (arbitrary) */
class="text-[#078dfd] bg-[#078dfd]"
/* SCSS */
$brand: #078dfd;
/* SwiftUI */
Color(red: 0.027, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#078dfd")Accessibility — WCAG contrast
Aa
#078dfd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#078dfd on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green55.3%
Blue99.2%
CMYK percentages
Cyan97.2%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#078dfd text on a black background
contrast 6.24:1
Card sample
#078dfd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #078dfd;
Background color
Panel with #078dfd background
background-color: #078dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #078dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #078dfd; background: linear-gradient(135deg, #078dfd, #2507FD);