#02a892
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 168, 146
HSL
172°, 98%, 33%
CMYK
99, 0, 13, 34
Luminance
0.3009
Every format
| HEX | #02a892 |
| RGB | rgb(2, 168, 146) |
| HSL | hsl(172, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 13%, 34%) |
| LAB | lab(61.7 -41.6 1.1) |
| LCH | lch(61.7 41.6 178.5) |
| OKLCH | oklch(0.655 0.119 179.0) |
Copy-ready code
/* CSS */
color: #02a892;
background-color: #02a892;
/* Tailwind (arbitrary) */
class="text-[#02a892] bg-[#02a892]"
/* SCSS */
$brand: #02a892;
/* SwiftUI */
Color(red: 0.008, green: 0.659, blue: 0.573)
/* Android */
Color.parseColor("#02a892")Accessibility — WCAG contrast
Aa
#02a892 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a892 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.9%
Blue57.3%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow13.1%
Key (black)34.1%
Color previews
#02a892 text on a black background
contrast 7.02:1
Card sample
#02a892 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a892;
Background color
Panel with #02a892 background
background-color: #02a892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 168, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 168, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a892; background: linear-gradient(135deg, #02a892, #024FA8);