#00a39e
a dark, electric cyan · cool · closest name: teal
RGB
0, 163, 158
HSL
178°, 100%, 32%
CMYK
100, 0, 3, 36
Luminance
0.2866
Every format
| HEX | #00a39e |
| RGB | rgb(0, 163, 158) |
| HSL | hsl(178, 100%, 32%) |
| CMYK | cmyk(100%, 0%, 3%, 36%) |
| LAB | lab(60.5 -36.0 -7.5) |
| LCH | lch(60.5 36.7 191.8) |
| OKLCH | oklch(0.646 0.111 190.9) |
Copy-ready code
/* CSS */
color: #00a39e;
background-color: #00a39e;
/* Tailwind (arbitrary) */
class="text-[#00a39e] bg-[#00a39e]"
/* SCSS */
$brand: #00a39e;
/* SwiftUI */
Color(red: 0.000, green: 0.639, blue: 0.620)
/* Android */
Color.parseColor("#00a39e")Accessibility — WCAG contrast
Aa
#00a39e on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a39e on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green63.9%
Blue62.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow3.1%
Key (black)36.1%
Color previews
#00a39e text on a black background
contrast 6.73:1
Card sample
#00a39e text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a39e;
Background color
Panel with #00a39e background
background-color: #00a39e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a39e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 163, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 163, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a39e; background: linear-gradient(135deg, #00a39e, #003BA3);