#02cfb0
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 207, 176
HSL
171°, 98%, 41%
CMYK
99, 0, 15, 19
Luminance
0.4777
Every format
| HEX | #02cfb0 |
| RGB | rgb(2, 207, 176) |
| HSL | hsl(171, 98%, 41%) |
| CMYK | cmyk(99%, 0%, 15%, 19%) |
| LAB | lab(74.7 -49.8 3.4) |
| LCH | lch(74.7 49.9 176.1) |
| OKLCH | oklch(0.764 0.142 176.7) |
Copy-ready code
/* CSS */
color: #02cfb0;
background-color: #02cfb0;
/* Tailwind (arbitrary) */
class="text-[#02cfb0] bg-[#02cfb0]"
/* SCSS */
$brand: #02cfb0;
/* SwiftUI */
Color(red: 0.008, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#02cfb0")Accessibility — WCAG contrast
Aa
#02cfb0 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cfb0 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green81.2%
Blue69.0%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow15.0%
Key (black)18.8%
Color previews
#02cfb0 text on a black background
contrast 10.55:1
Card sample
#02cfb0 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cfb0;
Background color
Panel with #02cfb0 background
background-color: #02cfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cfb0; background: linear-gradient(135deg, #02cfb0, #0265CF);