#079cfb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
7, 156, 251
HSL
203°, 97%, 51%
CMYK
97, 38, 0, 2
Luminance
0.3079
Every format
| HEX | #079cfb |
| RGB | rgb(7, 156, 251) |
| HSL | hsl(203, 97%, 51%) |
| CMYK | cmyk(97%, 38%, 0%, 2%) |
| LAB | lab(62.3 0.5 -56.5) |
| LCH | lch(62.3 56.5 270.5) |
| OKLCH | oklch(0.674 0.176 247.0) |
Copy-ready code
/* CSS */
color: #079cfb;
background-color: #079cfb;
/* Tailwind (arbitrary) */
class="text-[#079cfb] bg-[#079cfb]"
/* SCSS */
$brand: #079cfb;
/* SwiftUI */
Color(red: 0.027, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#079cfb")Accessibility — WCAG contrast
Aa
#079cfb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#079cfb on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green61.2%
Blue98.4%
CMYK percentages
Cyan97.2%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#079cfb text on a black background
contrast 7.16:1
Card sample
#079cfb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079cfb;
Background color
Panel with #079cfb background
background-color: #079cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079cfb; background: linear-gradient(135deg, #079cfb, #1507FB);