#557139
a dark, soft green · cool · closest name: seagreen
RGB
85, 113, 57
HSL
90°, 33%, 33%
CMYK
25, 0, 50, 56
Luminance
0.1404
Every format
| HEX | #557139 |
| RGB | rgb(85, 113, 57) |
| HSL | hsl(90, 33%, 33%) |
| CMYK | cmyk(25%, 0%, 50%, 56%) |
| LAB | lab(44.3 -20.8 27.7) |
| LCH | lch(44.3 34.6 126.9) |
| OKLCH | oklch(0.512 0.088 130.7) |
Copy-ready code
/* CSS */
color: #557139;
background-color: #557139;
/* Tailwind (arbitrary) */
class="text-[#557139] bg-[#557139]"
/* SCSS */
$brand: #557139;
/* SwiftUI */
Color(red: 0.333, green: 0.443, blue: 0.224)
/* Android */
Color.parseColor("#557139")Accessibility — WCAG contrast
Aa
#557139 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#557139 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green44.3%
Blue22.4%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow49.6%
Key (black)55.7%
Color previews
#557139 text on a black background
contrast 3.81:1
Card sample
#557139 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #557139;
Background color
Panel with #557139 background
background-color: #557139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #557139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 113, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 113, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #557139; background: linear-gradient(135deg, #557139, #397142);