#02dacf
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 218, 207
HSL
177°, 98%, 43%
CMYK
99, 0, 5, 15
Luminance
0.5466
Every format
| HEX | #02dacf |
| RGB | rgb(2, 218, 207) |
| HSL | hsl(177, 98%, 43%) |
| CMYK | cmyk(99%, 0%, 5%, 15%) |
| LAB | lab(78.8 -45.9 -7.1) |
| LCH | lch(78.8 46.4 188.8) |
| OKLCH | oklch(0.801 0.139 188.3) |
Copy-ready code
/* CSS */
color: #02dacf;
background-color: #02dacf;
/* Tailwind (arbitrary) */
class="text-[#02dacf] bg-[#02dacf]"
/* SCSS */
$brand: #02dacf;
/* SwiftUI */
Color(red: 0.008, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#02dacf")Accessibility — WCAG contrast
Aa
#02dacf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02dacf on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green85.5%
Blue81.2%
CMYK percentages
Cyan99.1%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#02dacf text on a black background
contrast 11.93:1
Card sample
#02dacf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02dacf;
Background color
Panel with #02dacf background
background-color: #02dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02dacf; background: linear-gradient(135deg, #02dacf, #0255DA);