#079eb4
a dark, electric cyan · cool · closest name: teal
RGB
7, 158, 180
HSL
188°, 93%, 37%
CMYK
96, 12, 0, 29
Luminance
0.2779
Every format
| HEX | #079eb4 |
| RGB | rgb(7, 158, 180) |
| HSL | hsl(188, 93%, 37%) |
| CMYK | cmyk(96%, 12%, 0%, 29%) |
| LAB | lab(59.7 -26.2 -21.1) |
| LCH | lch(59.7 33.6 218.9) |
| OKLCH | oklch(0.642 0.111 212.1) |
Copy-ready code
/* CSS */
color: #079eb4;
background-color: #079eb4;
/* Tailwind (arbitrary) */
class="text-[#079eb4] bg-[#079eb4]"
/* SCSS */
$brand: #079eb4;
/* SwiftUI */
Color(red: 0.027, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#079eb4")Accessibility — WCAG contrast
Aa
#079eb4 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079eb4 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green62.0%
Blue70.6%
CMYK percentages
Cyan96.1%
Magenta12.2%
Yellow0.0%
Key (black)29.4%
Color previews
#079eb4 text on a black background
contrast 6.56:1
Card sample
#079eb4 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079eb4;
Background color
Panel with #079eb4 background
background-color: #079eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079eb4; background: linear-gradient(135deg, #079eb4, #072BB4);