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