#008888
a dark, electric cyan · cool · closest name: teal
RGB
0, 136, 136
HSL
180°, 100%, 27%
CMYK
100, 0, 0, 47
Luminance
0.1939
Every format
| HEX | #008888 |
| RGB | rgb(0, 136, 136) |
| HSL | hsl(180, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 0%, 47%) |
| LAB | lab(51.1 -30.1 -8.9) |
| LCH | lch(51.1 31.4 196.4) |
| OKLCH | oklch(0.568 0.097 194.8) |
Copy-ready code
/* CSS */
color: #008888;
background-color: #008888;
/* Tailwind (arbitrary) */
class="text-[#008888] bg-[#008888]"
/* SCSS */
$brand: #008888;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.533)
/* Android */
Color.parseColor("#008888")Accessibility — WCAG contrast
Aa
#008888 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008888 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue53.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow0.0%
Key (black)46.7%
Color previews
#008888 text on a black background
contrast 4.88:1
Card sample
#008888 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008888;
Background color
Panel with #008888 background
background-color: #008888;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008888;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008888; background: linear-gradient(135deg, #008888, #002D88);