#00c9af
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 201, 175
HSL
172°, 100%, 39%
CMYK
100, 0, 13, 21
Luminance
0.4487
Every format
| HEX | #00c9af |
| RGB | rgb(0, 201, 175) |
| HSL | hsl(172, 100%, 39%) |
| CMYK | cmyk(100%, 0%, 13%, 21%) |
| LAB | lab(72.8 -47.6 1.2) |
| LCH | lch(72.8 47.7 178.5) |
| OKLCH | oklch(0.748 0.137 179.0) |
Copy-ready code
/* CSS */
color: #00c9af;
background-color: #00c9af;
/* Tailwind (arbitrary) */
class="text-[#00c9af] bg-[#00c9af]"
/* SCSS */
$brand: #00c9af;
/* SwiftUI */
Color(red: 0.000, green: 0.788, blue: 0.686)
/* Android */
Color.parseColor("#00c9af")Accessibility — WCAG contrast
Aa
#00c9af on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c9af on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green78.8%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow12.9%
Key (black)21.2%
Color previews
#00c9af text on a black background
contrast 9.97:1
Card sample
#00c9af text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c9af;
Background color
Panel with #00c9af background
background-color: #00c9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 201, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 201, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c9af; background: linear-gradient(135deg, #00c9af, #005DC9);