#009696
a dark, electric cyan · cool · closest name: teal
RGB
0, 150, 150
HSL
180°, 100%, 29%
CMYK
100, 0, 0, 41
Luminance
0.2401
Every format
| HEX | #009696 |
| RGB | rgb(0, 150, 150) |
| HSL | hsl(180, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 0%, 41%) |
| LAB | lab(56.1 -32.4 -9.5) |
| LCH | lch(56.1 33.7 196.4) |
| OKLCH | oklch(0.609 0.104 194.8) |
Copy-ready code
/* CSS */
color: #009696;
background-color: #009696;
/* Tailwind (arbitrary) */
class="text-[#009696] bg-[#009696]"
/* SCSS */
$brand: #009696;
/* SwiftUI */
Color(red: 0.000, green: 0.588, blue: 0.588)
/* Android */
Color.parseColor("#009696")Accessibility — WCAG contrast
Aa
#009696 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009696 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.8%
Blue58.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow0.0%
Key (black)41.2%
Color previews
#009696 text on a black background
contrast 5.80:1
Card sample
#009696 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009696;
Background color
Panel with #009696 background
background-color: #009696;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009696;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 150, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 150, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009696; background: linear-gradient(135deg, #009696, #003296);