#079ffc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
7, 159, 252
HSL
203°, 98%, 51%
CMYK
97, 37, 0, 1
Luminance
0.3187
Every format
| HEX | #079ffc |
| RGB | rgb(7, 159, 252) |
| HSL | hsl(203, 98%, 51%) |
| CMYK | cmyk(97%, 37%, 0%, 1%) |
| LAB | lab(63.2 -0.9 -55.6) |
| LCH | lch(63.2 55.6 269.1) |
| OKLCH | oklch(0.681 0.174 246.0) |
Copy-ready code
/* CSS */
color: #079ffc;
background-color: #079ffc;
/* Tailwind (arbitrary) */
class="text-[#079ffc] bg-[#079ffc]"
/* SCSS */
$brand: #079ffc;
/* SwiftUI */
Color(red: 0.027, green: 0.624, blue: 0.988)
/* Android */
Color.parseColor("#079ffc")Accessibility — WCAG contrast
Aa
#079ffc on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#079ffc on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green62.4%
Blue98.8%
CMYK percentages
Cyan97.2%
Magenta36.9%
Yellow0.0%
Key (black)1.2%
Color previews
#079ffc text on a black background
contrast 7.37:1
Card sample
#079ffc text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079ffc;
Background color
Panel with #079ffc background
background-color: #079ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 159, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 159, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079ffc; background: linear-gradient(135deg, #079ffc, #1307FC);