#02ceaf
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 206, 175
HSL
171°, 98%, 41%
CMYK
99, 0, 15, 19
Luminance
0.4725
Every format
| HEX | #02ceaf |
| RGB | rgb(2, 206, 175) |
| HSL | hsl(171, 98%, 41%) |
| CMYK | cmyk(99%, 0%, 15%, 19%) |
| LAB | lab(74.3 -49.6 3.5) |
| LCH | lch(74.3 49.8 176.0) |
| OKLCH | oklch(0.761 0.141 176.6) |
Copy-ready code
/* CSS */
color: #02ceaf;
background-color: #02ceaf;
/* Tailwind (arbitrary) */
class="text-[#02ceaf] bg-[#02ceaf]"
/* SCSS */
$brand: #02ceaf;
/* SwiftUI */
Color(red: 0.008, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#02ceaf")Accessibility — WCAG contrast
Aa
#02ceaf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ceaf on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.8%
Blue68.6%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#02ceaf text on a black background
contrast 10.45:1
Card sample
#02ceaf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ceaf;
Background color
Panel with #02ceaf background
background-color: #02ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ceaf; background: linear-gradient(135deg, #02ceaf, #0265CE);