#02ceb2
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 206, 178
HSL
172°, 98%, 41%
CMYK
99, 0, 14, 19
Luminance
0.4737
Every format
| HEX | #02ceb2 |
| RGB | rgb(2, 206, 178) |
| HSL | hsl(172, 98%, 41%) |
| CMYK | cmyk(99%, 0%, 14%, 19%) |
| LAB | lab(74.4 -48.8 1.9) |
| LCH | lch(74.4 48.9 177.7) |
| OKLCH | oklch(0.762 0.140 178.2) |
Copy-ready code
/* CSS */
color: #02ceb2;
background-color: #02ceb2;
/* Tailwind (arbitrary) */
class="text-[#02ceb2] bg-[#02ceb2]"
/* SCSS */
$brand: #02ceb2;
/* SwiftUI */
Color(red: 0.008, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#02ceb2")Accessibility — WCAG contrast
Aa
#02ceb2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ceb2 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.8%
Blue69.8%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow13.6%
Key (black)19.2%
Color previews
#02ceb2 text on a black background
contrast 10.47:1
Card sample
#02ceb2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ceb2;
Background color
Panel with #02ceb2 background
background-color: #02ceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ceb2; background: linear-gradient(135deg, #02ceb2, #0262CE);