#02bcaf
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 188, 175
HSL
176°, 98%, 37%
CMYK
99, 0, 7, 26
Luminance
0.3907
Every format
| HEX | #02bcaf |
| RGB | rgb(2, 188, 175) |
| HSL | hsl(176, 98%, 37%) |
| CMYK | cmyk(99%, 0%, 7%, 26%) |
| LAB | lab(68.8 -42.0 -4.7) |
| LCH | lch(68.8 42.3 186.3) |
| OKLCH | oklch(0.716 0.125 186.1) |
Copy-ready code
/* CSS */
color: #02bcaf;
background-color: #02bcaf;
/* Tailwind (arbitrary) */
class="text-[#02bcaf] bg-[#02bcaf]"
/* SCSS */
$brand: #02bcaf;
/* SwiftUI */
Color(red: 0.008, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#02bcaf")Accessibility — WCAG contrast
Aa
#02bcaf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02bcaf on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green73.7%
Blue68.6%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#02bcaf text on a black background
contrast 8.81:1
Card sample
#02bcaf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02bcaf;
Background color
Panel with #02bcaf background
background-color: #02bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02bcaf; background: linear-gradient(135deg, #02bcaf, #024DBC);