#02a08f
a dark, electric cyan · cool · closest name: teal
RGB
2, 160, 143
HSL
174°, 98%, 32%
CMYK
99, 0, 11, 37
Luminance
0.2714
Every format
| HEX | #02a08f |
| RGB | rgb(2, 160, 143) |
| HSL | hsl(174, 98%, 32%) |
| CMYK | cmyk(99%, 0%, 11%, 37%) |
| LAB | lab(59.1 -39.0 -1.1) |
| LCH | lch(59.1 39.0 181.6) |
| OKLCH | oklch(0.633 0.113 181.8) |
Copy-ready code
/* CSS */
color: #02a08f;
background-color: #02a08f;
/* Tailwind (arbitrary) */
class="text-[#02a08f] bg-[#02a08f]"
/* SCSS */
$brand: #02a08f;
/* SwiftUI */
Color(red: 0.008, green: 0.627, blue: 0.561)
/* Android */
Color.parseColor("#02a08f")Accessibility — WCAG contrast
Aa
#02a08f on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a08f on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green62.7%
Blue56.1%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow10.6%
Key (black)37.3%
Color previews
#02a08f text on a black background
contrast 6.43:1
Card sample
#02a08f text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a08f;
Background color
Panel with #02a08f background
background-color: #02a08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 160, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 160, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a08f; background: linear-gradient(135deg, #02a08f, #0248A0);