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