#02bcba
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 188, 186
HSL
179°, 98%, 37%
CMYK
99, 0, 1, 26
Luminance
0.3952
Every format
| HEX | #02bcba |
| RGB | rgb(2, 188, 186) |
| HSL | hsl(179, 98%, 37%) |
| CMYK | cmyk(99%, 0%, 1%, 26%) |
| LAB | lab(69.1 -38.8 -10.2) |
| LCH | lch(69.1 40.1 194.8) |
| OKLCH | oklch(0.719 0.123 193.4) |
Copy-ready code
/* CSS */
color: #02bcba;
background-color: #02bcba;
/* Tailwind (arbitrary) */
class="text-[#02bcba] bg-[#02bcba]"
/* SCSS */
$brand: #02bcba;
/* SwiftUI */
Color(red: 0.008, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#02bcba")Accessibility — WCAG contrast
Aa
#02bcba on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02bcba on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green73.7%
Blue72.9%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow1.1%
Key (black)26.3%
Color previews
#02bcba text on a black background
contrast 8.90:1
Card sample
#02bcba text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02bcba;
Background color
Panel with #02bcba background
background-color: #02bcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02bcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02bcba; background: linear-gradient(135deg, #02bcba, #0242BC);