#02abaf
a dark, electric cyan · cool · closest name: teal
RGB
2, 171, 175
HSL
181°, 98%, 35%
CMYK
99, 2, 0, 31
Luminance
0.3223
Every format
| HEX | #02abaf |
| RGB | rgb(2, 171, 175) |
| HSL | hsl(181, 98%, 35%) |
| CMYK | cmyk(99%, 2%, 0%, 31%) |
| LAB | lab(63.5 -34.3 -12.5) |
| LCH | lch(63.5 36.5 200.0) |
| OKLCH | oklch(0.673 0.114 197.8) |
Copy-ready code
/* CSS */
color: #02abaf;
background-color: #02abaf;
/* Tailwind (arbitrary) */
class="text-[#02abaf] bg-[#02abaf]"
/* SCSS */
$brand: #02abaf;
/* SwiftUI */
Color(red: 0.008, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#02abaf")Accessibility — WCAG contrast
Aa
#02abaf on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02abaf on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green67.1%
Blue68.6%
CMYK percentages
Cyan98.9%
Magenta2.3%
Yellow0.0%
Key (black)31.4%
Color previews
#02abaf text on a black background
contrast 7.45:1
Card sample
#02abaf text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02abaf;
Background color
Panel with #02abaf background
background-color: #02abaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02abaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02abaf; background: linear-gradient(135deg, #02abaf, #0238AF);