#009683
a dark, electric cyan · cool · closest name: teal
RGB
0, 150, 131
HSL
172°, 100%, 29%
CMYK
100, 0, 13, 41
Luminance
0.2345
Every format
| HEX | #009683 |
| RGB | rgb(0, 150, 131) |
| HSL | hsl(172, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 13%, 41%) |
| LAB | lab(55.5 -38.1 0.5) |
| LCH | lch(55.5 38.1 179.2) |
| OKLCH | oklch(0.603 0.110 179.6) |
Copy-ready code
/* CSS */
color: #009683;
background-color: #009683;
/* Tailwind (arbitrary) */
class="text-[#009683] bg-[#009683]"
/* SCSS */
$brand: #009683;
/* SwiftUI */
Color(red: 0.000, green: 0.588, blue: 0.514)
/* Android */
Color.parseColor("#009683")Accessibility — WCAG contrast
Aa
#009683 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009683 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.8%
Blue51.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow12.7%
Key (black)41.2%
Color previews
#009683 text on a black background
contrast 5.69:1
Card sample
#009683 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009683;
Background color
Panel with #009683 background
background-color: #009683;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009683;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 150, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 150, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009683; background: linear-gradient(135deg, #009683, #004596);