#009988
a dark, electric cyan · cool · closest name: teal
RGB
0, 153, 136
HSL
173°, 100%, 30%
CMYK
100, 0, 11, 40
Luminance
0.2456
Every format
| HEX | #009988 |
| RGB | rgb(0, 153, 136) |
| HSL | hsl(173, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 11%, 40%) |
| LAB | lab(56.6 -38.0 -0.7) |
| LCH | lch(56.6 38.0 181.1) |
| OKLCH | oklch(0.613 0.110 181.3) |
Copy-ready code
/* CSS */
color: #009988;
background-color: #009988;
/* Tailwind (arbitrary) */
class="text-[#009988] bg-[#009988]"
/* SCSS */
$brand: #009988;
/* SwiftUI */
Color(red: 0.000, green: 0.600, blue: 0.533)
/* Android */
Color.parseColor("#009988")Accessibility — WCAG contrast
Aa
#009988 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009988 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.0%
Blue53.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow11.1%
Key (black)40.0%
Color previews
#009988 text on a black background
contrast 5.91:1
Card sample
#009988 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009988;
Background color
Panel with #009988 background
background-color: #009988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 153, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 153, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009988; background: linear-gradient(135deg, #009988, #004499);