#079acf
a dark, electric cyan · cool · closest name: steelblue
RGB
7, 154, 207
HSL
196°, 94%, 42%
CMYK
97, 26, 0, 19
Luminance
0.2766
Every format
| HEX | #079acf |
| RGB | rgb(7, 154, 207) |
| HSL | hsl(196, 94%, 42%) |
| CMYK | cmyk(97%, 26%, 0%, 19%) |
| LAB | lab(59.6 -14.6 -36.5) |
| LCH | lch(59.6 39.3 248.1) |
| OKLCH | oklch(0.645 0.131 232.2) |
Copy-ready code
/* CSS */
color: #079acf;
background-color: #079acf;
/* Tailwind (arbitrary) */
class="text-[#079acf] bg-[#079acf]"
/* SCSS */
$brand: #079acf;
/* SwiftUI */
Color(red: 0.027, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#079acf")Accessibility — WCAG contrast
Aa
#079acf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079acf on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green60.4%
Blue81.2%
CMYK percentages
Cyan96.6%
Magenta25.6%
Yellow0.0%
Key (black)18.8%
Color previews
#079acf text on a black background
contrast 6.53:1
Card sample
#079acf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079acf;
Background color
Panel with #079acf background
background-color: #079acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079acf; background: linear-gradient(135deg, #079acf, #0715CF);