#00c6af
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 198, 175
HSL
173°, 100%, 39%
CMYK
100, 0, 12, 22
Luminance
0.4348
Every format
| HEX | #00c6af |
| RGB | rgb(0, 198, 175) |
| HSL | hsl(173, 100%, 39%) |
| CMYK | cmyk(100%, 0%, 12%, 22%) |
| LAB | lab(71.9 -46.4 -0.1) |
| LCH | lch(71.9 46.4 180.2) |
| OKLCH | oklch(0.741 0.134 180.5) |
Copy-ready code
/* CSS */
color: #00c6af;
background-color: #00c6af;
/* Tailwind (arbitrary) */
class="text-[#00c6af] bg-[#00c6af]"
/* SCSS */
$brand: #00c6af;
/* SwiftUI */
Color(red: 0.000, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#00c6af")Accessibility — WCAG contrast
Aa
#00c6af on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c6af on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green77.6%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#00c6af text on a black background
contrast 9.70:1
Card sample
#00c6af text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c6af;
Background color
Panel with #00c6af background
background-color: #00c6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c6af; background: linear-gradient(135deg, #00c6af, #0059C6);