#558866
a dark, soft green · cool · closest name: seagreen
RGB
85, 136, 102
HSL
140°, 23%, 43%
CMYK
38, 0, 25, 47
Luminance
0.2050
Every format
| HEX | #558866 |
| RGB | rgb(85, 136, 102) |
| HSL | hsl(140, 23%, 43%) |
| CMYK | cmyk(38%, 0%, 25%, 47%) |
| LAB | lab(52.4 -24.9 13.0) |
| LCH | lch(52.4 28.1 152.5) |
| OKLCH | oklch(0.581 0.076 154.2) |
Copy-ready code
/* CSS */
color: #558866;
background-color: #558866;
/* Tailwind (arbitrary) */
class="text-[#558866] bg-[#558866]"
/* SCSS */
$brand: #558866;
/* SwiftUI */
Color(red: 0.333, green: 0.533, blue: 0.400)
/* Android */
Color.parseColor("#558866")Accessibility — WCAG contrast
Aa
#558866 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558866 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green53.3%
Blue40.0%
CMYK percentages
Cyan37.5%
Magenta0.0%
Yellow25.0%
Key (black)46.7%
Color previews
#558866 text on a black background
contrast 5.10:1
Card sample
#558866 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558866;
Background color
Panel with #558866 background
background-color: #558866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 136, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 136, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558866; background: linear-gradient(135deg, #558866, #558888);