#02cfb7
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 207, 183
HSL
173°, 98%, 41%
CMYK
99, 0, 12, 19
Luminance
0.4806
Every format
| HEX | #02cfb7 |
| RGB | rgb(2, 207, 183) |
| HSL | hsl(173, 98%, 41%) |
| CMYK | cmyk(99%, 0%, 12%, 19%) |
| LAB | lab(74.9 -47.9 -0.1) |
| LCH | lch(74.9 47.9 180.1) |
| OKLCH | oklch(0.766 0.138 180.5) |
Copy-ready code
/* CSS */
color: #02cfb7;
background-color: #02cfb7;
/* Tailwind (arbitrary) */
class="text-[#02cfb7] bg-[#02cfb7]"
/* SCSS */
$brand: #02cfb7;
/* SwiftUI */
Color(red: 0.008, green: 0.812, blue: 0.718)
/* Android */
Color.parseColor("#02cfb7")Accessibility — WCAG contrast
Aa
#02cfb7 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cfb7 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green81.2%
Blue71.8%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow11.6%
Key (black)18.8%
Color previews
#02cfb7 text on a black background
contrast 10.61:1
Card sample
#02cfb7 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cfb7;
Background color
Panel with #02cfb7 background
background-color: #02cfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 207, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 207, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cfb7; background: linear-gradient(135deg, #02cfb7, #025ECF);