#009d87
a dark, electric cyan · cool · closest name: teal
RGB
0, 157, 135
HSL
172°, 100%, 31%
CMYK
100, 0, 14, 38
Luminance
0.2586
Every format
| HEX | #009d87 |
| RGB | rgb(0, 157, 135) |
| HSL | hsl(172, 100%, 31%) |
| CMYK | cmyk(100%, 0%, 14%, 38%) |
| LAB | lab(57.9 -40.0 1.7) |
| LCH | lch(57.9 40.1 177.6) |
| OKLCH | oklch(0.623 0.115 178.1) |
Copy-ready code
/* CSS */
color: #009d87;
background-color: #009d87;
/* Tailwind (arbitrary) */
class="text-[#009d87] bg-[#009d87]"
/* SCSS */
$brand: #009d87;
/* SwiftUI */
Color(red: 0.000, green: 0.616, blue: 0.529)
/* Android */
Color.parseColor("#009d87")Accessibility — WCAG contrast
Aa
#009d87 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009d87 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green61.6%
Blue52.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow14.0%
Key (black)38.4%
Color previews
#009d87 text on a black background
contrast 6.17:1
Card sample
#009d87 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009d87;
Background color
Panel with #009d87 background
background-color: #009d87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009d87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 157, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 157, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009d87; background: linear-gradient(135deg, #009d87, #004A9D);