#02cfd3
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 207, 211
HSL
181°, 98%, 42%
CMYK
99, 2, 0, 17
Luminance
0.4934
Every format
| HEX | #02cfd3 |
| RGB | rgb(2, 207, 211) |
| HSL | hsl(181, 98%, 42%) |
| CMYK | cmyk(99%, 2%, 0%, 17%) |
| LAB | lab(75.7 -39.8 -14.0) |
| LCH | lch(75.7 42.2 199.4) |
| OKLCH | oklch(0.775 0.132 197.3) |
Copy-ready code
/* CSS */
color: #02cfd3;
background-color: #02cfd3;
/* Tailwind (arbitrary) */
class="text-[#02cfd3] bg-[#02cfd3]"
/* SCSS */
$brand: #02cfd3;
/* SwiftUI */
Color(red: 0.008, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#02cfd3")Accessibility — WCAG contrast
Aa
#02cfd3 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cfd3 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green81.2%
Blue82.7%
CMYK percentages
Cyan99.1%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#02cfd3 text on a black background
contrast 10.87:1
Card sample
#02cfd3 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cfd3;
Background color
Panel with #02cfd3 background
background-color: #02cfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cfd3; background: linear-gradient(135deg, #02cfd3, #0244D3);