#558055
a dark, soft green · cool · closest name: seagreen
RGB
85, 128, 85
HSL
120°, 20%, 42%
CMYK
34, 0, 34, 50
Luminance
0.1803
Every format
| HEX | #558055 |
| RGB | rgb(85, 128, 85) |
| HSL | hsl(120, 20%, 42%) |
| CMYK | cmyk(34%, 0%, 34%, 50%) |
| LAB | lab(49.5 -24.1 18.8) |
| LCH | lch(49.5 30.6 142.1) |
| OKLCH | oklch(0.556 0.081 144.4) |
Copy-ready code
/* CSS */
color: #558055;
background-color: #558055;
/* Tailwind (arbitrary) */
class="text-[#558055] bg-[#558055]"
/* SCSS */
$brand: #558055;
/* SwiftUI */
Color(red: 0.333, green: 0.502, blue: 0.333)
/* Android */
Color.parseColor("#558055")Accessibility — WCAG contrast
Aa
#558055 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#558055 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green50.2%
Blue33.3%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow33.6%
Key (black)49.8%
Color previews
#558055 text on a black background
contrast 4.61:1
Card sample
#558055 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558055;
Background color
Panel with #558055 background
background-color: #558055;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558055;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 128, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 128, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558055; background: linear-gradient(135deg, #558055, #558072);