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