#00c99c
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 201, 156
HSL
167°, 100%, 39%
CMYK
100, 0, 22, 21
Luminance
0.4417
Every format
| HEX | #00c99c |
| RGB | rgb(0, 201, 156) |
| HSL | hsl(167, 100%, 39%) |
| CMYK | cmyk(100%, 0%, 22%, 21%) |
| LAB | lab(72.3 -52.6 10.8) |
| LCH | lch(72.3 53.7 168.4) |
| OKLCH | oklch(0.743 0.148 169.3) |
Copy-ready code
/* CSS */
color: #00c99c;
background-color: #00c99c;
/* Tailwind (arbitrary) */
class="text-[#00c99c] bg-[#00c99c]"
/* SCSS */
$brand: #00c99c;
/* SwiftUI */
Color(red: 0.000, green: 0.788, blue: 0.612)
/* Android */
Color.parseColor("#00c99c")Accessibility — WCAG contrast
Aa
#00c99c on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c99c on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green78.8%
Blue61.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow22.4%
Key (black)21.2%
Color previews
#00c99c text on a black background
contrast 9.83:1
Card sample
#00c99c text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c99c;
Background color
Panel with #00c99c background
background-color: #00c99c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c99c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 201, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 201, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c99c; background: linear-gradient(135deg, #00c99c, #0070C9);