#02a79f
a dark, electric cyan · cool · closest name: teal
RGB
2, 167, 159
HSL
177°, 98%, 33%
CMYK
99, 0, 5, 35
Luminance
0.3015
Every format
| HEX | #02a79f |
| RGB | rgb(2, 167, 159) |
| HSL | hsl(177, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 5%, 35%) |
| LAB | lab(61.8 -37.4 -6.2) |
| LCH | lch(61.8 37.9 189.3) |
| OKLCH | oklch(0.657 0.114 188.8) |
Copy-ready code
/* CSS */
color: #02a79f;
background-color: #02a79f;
/* Tailwind (arbitrary) */
class="text-[#02a79f] bg-[#02a79f]"
/* SCSS */
$brand: #02a79f;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.624)
/* Android */
Color.parseColor("#02a79f")Accessibility — WCAG contrast
Aa
#02a79f on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a79f on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue62.4%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow4.8%
Key (black)34.5%
Color previews
#02a79f text on a black background
contrast 7.03:1
Card sample
#02a79f text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a79f;
Background color
Panel with #02a79f background
background-color: #02a79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a79f; background: linear-gradient(135deg, #02a79f, #0241A7);