#009586
a dark, electric cyan · cool · closest name: teal
RGB
0, 149, 134
HSL
174°, 100%, 29%
CMYK
100, 0, 10, 42
Luminance
0.2322
Every format
| HEX | #009586 |
| RGB | rgb(0, 149, 134) |
| HSL | hsl(174, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 10%, 42%) |
| LAB | lab(55.3 -36.8 -1.5) |
| LCH | lch(55.3 36.8 182.4) |
| OKLCH | oklch(0.601 0.107 182.5) |
Copy-ready code
/* CSS */
color: #009586;
background-color: #009586;
/* Tailwind (arbitrary) */
class="text-[#009586] bg-[#009586]"
/* SCSS */
$brand: #009586;
/* SwiftUI */
Color(red: 0.000, green: 0.584, blue: 0.525)
/* Android */
Color.parseColor("#009586")Accessibility — WCAG contrast
Aa
#009586 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009586 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green58.4%
Blue52.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow10.1%
Key (black)41.6%
Color previews
#009586 text on a black background
contrast 5.64:1
Card sample
#009586 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009586;
Background color
Panel with #009586 background
background-color: #009586;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009586;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 149, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 149, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009586; background: linear-gradient(135deg, #009586, #004195);