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