#558877
a dark, soft cyan · cool · closest name: teal
RGB
85, 136, 119
HSL
160°, 23%, 43%
CMYK
38, 0, 13, 47
Luminance
0.2087
Every format
| HEX | #558877 |
| RGB | rgb(85, 136, 119) |
| HSL | hsl(160, 23%, 43%) |
| CMYK | cmyk(38%, 0%, 13%, 47%) |
| LAB | lab(52.8 -21.2 3.7) |
| LCH | lch(52.8 21.5 170.0) |
| OKLCH | oklch(0.585 0.061 171.0) |
Copy-ready code
/* CSS */
color: #558877;
background-color: #558877;
/* Tailwind (arbitrary) */
class="text-[#558877] bg-[#558877]"
/* SCSS */
$brand: #558877;
/* SwiftUI */
Color(red: 0.333, green: 0.533, blue: 0.467)
/* Android */
Color.parseColor("#558877")Accessibility — WCAG contrast
Aa
#558877 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558877 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green53.3%
Blue46.7%
CMYK percentages
Cyan37.5%
Magenta0.0%
Yellow12.5%
Key (black)46.7%
Color previews
#558877 text on a black background
contrast 5.17:1
Card sample
#558877 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558877;
Background color
Panel with #558877 background
background-color: #558877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 136, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 136, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558877; background: linear-gradient(135deg, #558877, #557788);