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