#55886e
a dark, soft green · cool · closest name: teal
RGB
85, 136, 110
HSL
149°, 23%, 43%
CMYK
38, 0, 19, 47
Luminance
0.2067
Every format
| HEX | #55886e |
| RGB | rgb(85, 136, 110) |
| HSL | hsl(149, 23%, 43%) |
| CMYK | cmyk(38%, 0%, 19%, 47%) |
| LAB | lab(52.6 -23.2 8.6) |
| LCH | lch(52.6 24.8 159.6) |
| OKLCH | oklch(0.583 0.068 161.1) |
Copy-ready code
/* CSS */
color: #55886e;
background-color: #55886e;
/* Tailwind (arbitrary) */
class="text-[#55886e] bg-[#55886e]"
/* SCSS */
$brand: #55886e;
/* SwiftUI */
Color(red: 0.333, green: 0.533, blue: 0.431)
/* Android */
Color.parseColor("#55886e")Accessibility — WCAG contrast
Aa
#55886e on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#55886e on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green53.3%
Blue43.1%
CMYK percentages
Cyan37.5%
Magenta0.0%
Yellow19.1%
Key (black)46.7%
Color previews
#55886e text on a black background
contrast 5.13:1
Card sample
#55886e text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55886e;
Background color
Panel with #55886e background
background-color: #55886e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55886e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 136, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 136, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55886e; background: linear-gradient(135deg, #55886e, #558088);