#02c0cf
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 192, 207
HSL
184°, 98%, 41%
CMYK
99, 7, 0, 19
Luminance
0.4222
Every format
| HEX | #02c0cf |
| RGB | rgb(2, 192, 207) |
| HSL | hsl(184, 98%, 41%) |
| CMYK | cmyk(99%, 7%, 0%, 19%) |
| LAB | lab(71.0 -34.1 -18.9) |
| LCH | lch(71.0 39.0 208.9) |
| OKLCH | oklch(0.737 0.126 204.8) |
Copy-ready code
/* CSS */
color: #02c0cf;
background-color: #02c0cf;
/* Tailwind (arbitrary) */
class="text-[#02c0cf] bg-[#02c0cf]"
/* SCSS */
$brand: #02c0cf;
/* SwiftUI */
Color(red: 0.008, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#02c0cf")Accessibility — WCAG contrast
Aa
#02c0cf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02c0cf on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green75.3%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#02c0cf text on a black background
contrast 9.44:1
Card sample
#02c0cf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02c0cf;
Background color
Panel with #02c0cf background
background-color: #02c0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02c0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02c0cf; background: linear-gradient(135deg, #02c0cf, #0237CF);