#079fda
a dark, electric cyan · cool · closest name: steelblue
RGB
7, 159, 218
HSL
197°, 94%, 44%
CMYK
97, 27, 0, 15
Luminance
0.2990
Every format
| HEX | #079fda |
| RGB | rgb(7, 159, 218) |
| HSL | hsl(197, 94%, 44%) |
| CMYK | cmyk(97%, 27%, 0%, 15%) |
| LAB | lab(61.6 -13.4 -39.5) |
| LCH | lch(61.6 41.7 251.2) |
| OKLCH | oklch(0.662 0.138 234.2) |
Copy-ready code
/* CSS */
color: #079fda;
background-color: #079fda;
/* Tailwind (arbitrary) */
class="text-[#079fda] bg-[#079fda]"
/* SCSS */
$brand: #079fda;
/* SwiftUI */
Color(red: 0.027, green: 0.624, blue: 0.855)
/* Android */
Color.parseColor("#079fda")Accessibility — WCAG contrast
Aa
#079fda on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079fda on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green62.4%
Blue85.5%
CMYK percentages
Cyan96.8%
Magenta27.1%
Yellow0.0%
Key (black)14.5%
Color previews
#079fda text on a black background
contrast 6.98:1
Card sample
#079fda text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079fda;
Background color
Panel with #079fda background
background-color: #079fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 159, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 159, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079fda; background: linear-gradient(135deg, #079fda, #0712DA);