#079fcf
a dark, electric cyan · cool · closest name: steelblue
RGB
7, 159, 207
HSL
194°, 94%, 42%
CMYK
97, 23, 0, 19
Luminance
0.2935
Every format
| HEX | #079fcf |
| RGB | rgb(7, 159, 207) |
| HSL | hsl(194, 94%, 42%) |
| CMYK | cmyk(97%, 23%, 0%, 19%) |
| LAB | lab(61.1 -17.4 -34.1) |
| LCH | lch(61.1 38.3 243.0) |
| OKLCH | oklch(0.657 0.128 228.8) |
Copy-ready code
/* CSS */
color: #079fcf;
background-color: #079fcf;
/* Tailwind (arbitrary) */
class="text-[#079fcf] bg-[#079fcf]"
/* SCSS */
$brand: #079fcf;
/* SwiftUI */
Color(red: 0.027, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#079fcf")Accessibility — WCAG contrast
Aa
#079fcf on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079fcf on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green62.4%
Blue81.2%
CMYK percentages
Cyan96.6%
Magenta23.2%
Yellow0.0%
Key (black)18.8%
Color previews
#079fcf text on a black background
contrast 6.87:1
Card sample
#079fcf text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079fcf;
Background color
Panel with #079fcf background
background-color: #079fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079fcf; background: linear-gradient(135deg, #079fcf, #071ACF);