#00c2ab
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 194, 171
HSL
173°, 100%, 38%
CMYK
100, 0, 12, 24
Luminance
0.4152
Every format
| HEX | #00c2ab |
| RGB | rgb(0, 194, 171) |
| HSL | hsl(173, 100%, 38%) |
| CMYK | cmyk(100%, 0%, 12%, 24%) |
| LAB | lab(70.5 -45.8 0.1) |
| LCH | lch(70.5 45.8 179.9) |
| OKLCH | oklch(0.730 0.132 180.2) |
Copy-ready code
/* CSS */
color: #00c2ab;
background-color: #00c2ab;
/* Tailwind (arbitrary) */
class="text-[#00c2ab] bg-[#00c2ab]"
/* SCSS */
$brand: #00c2ab;
/* SwiftUI */
Color(red: 0.000, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#00c2ab")Accessibility — WCAG contrast
Aa
#00c2ab on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c2ab on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green76.1%
Blue67.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#00c2ab text on a black background
contrast 9.30:1
Card sample
#00c2ab text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c2ab;
Background color
Panel with #00c2ab background
background-color: #00c2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c2ab; background: linear-gradient(135deg, #00c2ab, #0058C2);