#02ada2
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 173, 162
HSL
176°, 98%, 34%
CMYK
99, 0, 6, 32
Luminance
0.3251
Every format
| HEX | #02ada2 |
| RGB | rgb(2, 173, 162) |
| HSL | hsl(176, 98%, 34%) |
| CMYK | cmyk(99%, 0%, 6%, 32%) |
| LAB | lab(63.8 -39.2 -4.9) |
| LCH | lch(63.8 39.5 187.1) |
| OKLCH | oklch(0.673 0.117 186.8) |
Copy-ready code
/* CSS */
color: #02ada2;
background-color: #02ada2;
/* Tailwind (arbitrary) */
class="text-[#02ada2] bg-[#02ada2]"
/* SCSS */
$brand: #02ada2;
/* SwiftUI */
Color(red: 0.008, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#02ada2")Accessibility — WCAG contrast
Aa
#02ada2 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ada2 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green67.8%
Blue63.5%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow6.4%
Key (black)32.2%
Color previews
#02ada2 text on a black background
contrast 7.50:1
Card sample
#02ada2 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ada2;
Background color
Panel with #02ada2 background
background-color: #02ada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ada2; background: linear-gradient(135deg, #02ada2, #0246AD);