#02a7ae
a dark, electric cyan · cool · closest name: teal
RGB
2, 167, 174
HSL
182°, 98%, 35%
CMYK
99, 4, 0, 32
Luminance
0.3071
Every format
| HEX | #02a7ae |
| RGB | rgb(2, 167, 174) |
| HSL | hsl(182, 98%, 35%) |
| CMYK | cmyk(99%, 4%, 0%, 32%) |
| LAB | lab(62.3 -32.8 -13.9) |
| LCH | lch(62.3 35.6 202.9) |
| OKLCH | oklch(0.662 0.112 200.1) |
Copy-ready code
/* CSS */
color: #02a7ae;
background-color: #02a7ae;
/* Tailwind (arbitrary) */
class="text-[#02a7ae] bg-[#02a7ae]"
/* SCSS */
$brand: #02a7ae;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.682)
/* Android */
Color.parseColor("#02a7ae")Accessibility — WCAG contrast
Aa
#02a7ae on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a7ae on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue68.2%
CMYK percentages
Cyan98.9%
Magenta4.0%
Yellow0.0%
Key (black)31.8%
Color previews
#02a7ae text on a black background
contrast 7.14:1
Card sample
#02a7ae text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a7ae;
Background color
Panel with #02a7ae background
background-color: #02a7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a7ae; background: linear-gradient(135deg, #02a7ae, #0234AE);