#079eb1
a dark, electric cyan · cool · closest name: teal
RGB
7, 158, 177
HSL
187°, 92%, 36%
CMYK
96, 11, 0, 31
Luminance
0.2767
Every format
| HEX | #079eb1 |
| RGB | rgb(7, 158, 177) |
| HSL | hsl(187, 92%, 36%) |
| CMYK | cmyk(96%, 11%, 0%, 31%) |
| LAB | lab(59.6 -27.2 -19.6) |
| LCH | lch(59.6 33.5 215.8) |
| OKLCH | oklch(0.641 0.110 209.9) |
Copy-ready code
/* CSS */
color: #079eb1;
background-color: #079eb1;
/* Tailwind (arbitrary) */
class="text-[#079eb1] bg-[#079eb1]"
/* SCSS */
$brand: #079eb1;
/* SwiftUI */
Color(red: 0.027, green: 0.620, blue: 0.694)
/* Android */
Color.parseColor("#079eb1")Accessibility — WCAG contrast
Aa
#079eb1 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079eb1 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green62.0%
Blue69.4%
CMYK percentages
Cyan96.0%
Magenta10.7%
Yellow0.0%
Key (black)30.6%
Color previews
#079eb1 text on a black background
contrast 6.53:1
Card sample
#079eb1 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079eb1;
Background color
Panel with #079eb1 background
background-color: #079eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 158, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 158, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079eb1; background: linear-gradient(135deg, #079eb1, #072DB1);