#02ccaf
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 204, 175
HSL
171°, 98%, 40%
CMYK
99, 0, 14, 20
Luminance
0.4629
Every format
| HEX | #02ccaf |
| RGB | rgb(2, 204, 175) |
| HSL | hsl(171, 98%, 40%) |
| CMYK | cmyk(99%, 0%, 14%, 20%) |
| LAB | lab(73.7 -48.8 2.6) |
| LCH | lch(73.7 48.9 177.0) |
| OKLCH | oklch(0.756 0.139 177.5) |
Copy-ready code
/* CSS */
color: #02ccaf;
background-color: #02ccaf;
/* Tailwind (arbitrary) */
class="text-[#02ccaf] bg-[#02ccaf]"
/* SCSS */
$brand: #02ccaf;
/* SwiftUI */
Color(red: 0.008, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#02ccaf")Accessibility — WCAG contrast
Aa
#02ccaf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ccaf on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.0%
Blue68.6%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#02ccaf text on a black background
contrast 10.26:1
Card sample
#02ccaf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ccaf;
Background color
Panel with #02ccaf background
background-color: #02ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ccaf; background: linear-gradient(135deg, #02ccaf, #0262CC);