#558844
a dark, soft green · cool · closest name: seagreen
RGB
85, 136, 68
HSL
105°, 33%, 40%
CMYK
38, 0, 50, 47
Luminance
0.1996
Every format
| HEX | #558844 |
| RGB | rgb(85, 136, 68) |
| HSL | hsl(105, 33%, 40%) |
| CMYK | cmyk(38%, 0%, 50%, 47%) |
| LAB | lab(51.8 -30.7 31.1) |
| LCH | lch(51.8 43.7 134.7) |
| OKLCH | oklch(0.574 0.113 138.3) |
Copy-ready code
/* CSS */
color: #558844;
background-color: #558844;
/* Tailwind (arbitrary) */
class="text-[#558844] bg-[#558844]"
/* SCSS */
$brand: #558844;
/* SwiftUI */
Color(red: 0.333, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#558844")Accessibility — WCAG contrast
Aa
#558844 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558844 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green53.3%
Blue26.7%
CMYK percentages
Cyan37.5%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#558844 text on a black background
contrast 4.99:1
Card sample
#558844 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558844;
Background color
Panel with #558844 background
background-color: #558844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558844; background: linear-gradient(135deg, #558844, #448860);