#00c896
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 200, 150
HSL
165°, 100%, 39%
CMYK
100, 0, 25, 22
Luminance
0.4351
Every format
| HEX | #00c896 |
| RGB | rgb(0, 200, 150) |
| HSL | hsl(165, 100%, 39%) |
| CMYK | cmyk(100%, 0%, 25%, 22%) |
| LAB | lab(71.9 -53.6 13.4) |
| LCH | lch(71.9 55.3 166.0) |
| OKLCH | oklch(0.739 0.152 166.9) |
Copy-ready code
/* CSS */
color: #00c896;
background-color: #00c896;
/* Tailwind (arbitrary) */
class="text-[#00c896] bg-[#00c896]"
/* SCSS */
$brand: #00c896;
/* SwiftUI */
Color(red: 0.000, green: 0.784, blue: 0.588)
/* Android */
Color.parseColor("#00c896")Accessibility — WCAG contrast
Aa
#00c896 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c896 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green78.4%
Blue58.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow25.0%
Key (black)21.6%
Color previews
#00c896 text on a black background
contrast 9.70:1
Card sample
#00c896 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c896;
Background color
Panel with #00c896 background
background-color: #00c896;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c896;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 200, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 200, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c896; background: linear-gradient(135deg, #00c896, #0075C8);