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