#02abab
a dark, electric cyan · cool · closest name: teal
RGB
2, 171, 171
HSL
180°, 98%, 34%
CMYK
99, 0, 0, 33
Luminance
0.3208
Every format
| HEX | #02abab |
| RGB | rgb(2, 171, 171) |
| HSL | hsl(180, 98%, 34%) |
| CMYK | cmyk(99%, 0%, 0%, 33%) |
| LAB | lab(63.4 -35.6 -10.5) |
| LCH | lch(63.4 37.1 196.4) |
| OKLCH | oklch(0.671 0.114 194.8) |
Copy-ready code
/* CSS */
color: #02abab;
background-color: #02abab;
/* Tailwind (arbitrary) */
class="text-[#02abab] bg-[#02abab]"
/* SCSS */
$brand: #02abab;
/* SwiftUI */
Color(red: 0.008, green: 0.671, blue: 0.671)
/* Android */
Color.parseColor("#02abab")Accessibility — WCAG contrast
Aa
#02abab on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02abab on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green67.1%
Blue67.1%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow0.0%
Key (black)32.9%
Color previews
#02abab text on a black background
contrast 7.42:1
Card sample
#02abab text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02abab;
Background color
Panel with #02abab background
background-color: #02abab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02abab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 171, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 171, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02abab; background: linear-gradient(135deg, #02abab, #023AAB);