#02cfda
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 207, 218
HSL
183°, 98%, 43%
CMYK
99, 5, 0, 15
Luminance
0.4970
Every format
| HEX | #02cfda |
| RGB | rgb(2, 207, 218) |
| HSL | hsl(183, 98%, 43%) |
| CMYK | cmyk(99%, 5%, 0%, 15%) |
| LAB | lab(75.9 -37.7 -17.5) |
| LCH | lch(75.9 41.6 204.9) |
| OKLCH | oklch(0.778 0.132 201.6) |
Copy-ready code
/* CSS */
color: #02cfda;
background-color: #02cfda;
/* Tailwind (arbitrary) */
class="text-[#02cfda] bg-[#02cfda]"
/* SCSS */
$brand: #02cfda;
/* SwiftUI */
Color(red: 0.008, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#02cfda")Accessibility — WCAG contrast
Aa
#02cfda on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cfda on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green81.2%
Blue85.5%
CMYK percentages
Cyan99.1%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#02cfda text on a black background
contrast 10.94:1
Card sample
#02cfda text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cfda;
Background color
Panel with #02cfda background
background-color: #02cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cfda; background: linear-gradient(135deg, #02cfda, #023FDA);