#02a8ac
a dark, electric cyan · cool · closest name: teal
RGB
2, 168, 172
HSL
181°, 98%, 34%
CMYK
99, 2, 0, 33
Luminance
0.3100
Every format
| HEX | #02a8ac |
| RGB | rgb(2, 168, 172) |
| HSL | hsl(181, 98%, 34%) |
| CMYK | cmyk(99%, 2%, 0%, 33%) |
| LAB | lab(62.5 -33.9 -12.4) |
| LCH | lch(62.5 36.0 200.1) |
| OKLCH | oklch(0.664 0.113 197.8) |
Copy-ready code
/* CSS */
color: #02a8ac;
background-color: #02a8ac;
/* Tailwind (arbitrary) */
class="text-[#02a8ac] bg-[#02a8ac]"
/* SCSS */
$brand: #02a8ac;
/* SwiftUI */
Color(red: 0.008, green: 0.659, blue: 0.675)
/* Android */
Color.parseColor("#02a8ac")Accessibility — WCAG contrast
Aa
#02a8ac on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a8ac on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.9%
Blue67.5%
CMYK percentages
Cyan98.8%
Magenta2.3%
Yellow0.0%
Key (black)32.5%
Color previews
#02a8ac text on a black background
contrast 7.20:1
Card sample
#02a8ac text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a8ac;
Background color
Panel with #02a8ac background
background-color: #02a8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 168, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 168, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a8ac; background: linear-gradient(135deg, #02a8ac, #0237AC);