#5c6a39
a dark, soft green · cool · closest name: seagreen
RGB
92, 106, 57
HSL
77°, 30%, 32%
CMYK
13, 0, 46, 58
Luminance
0.1288
Every format
| HEX | #5c6a39 |
| RGB | rgb(92, 106, 57) |
| HSL | hsl(77, 30%, 32%) |
| CMYK | cmyk(13%, 0%, 46%, 58%) |
| LAB | lab(42.6 -14.1 25.7) |
| LCH | lch(42.6 29.3 118.7) |
| OKLCH | oklch(0.500 0.073 122.1) |
Copy-ready code
/* CSS */
color: #5c6a39;
background-color: #5c6a39;
/* Tailwind (arbitrary) */
class="text-[#5c6a39] bg-[#5c6a39]"
/* SCSS */
$brand: #5c6a39;
/* SwiftUI */
Color(red: 0.361, green: 0.416, blue: 0.224)
/* Android */
Color.parseColor("#5c6a39")Accessibility — WCAG contrast
Aa
#5c6a39 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c6a39 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green41.6%
Blue22.4%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow46.2%
Key (black)58.4%
Color previews
#5c6a39 text on a black background
contrast 3.58:1
Card sample
#5c6a39 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c6a39;
Background color
Panel with #5c6a39 background
background-color: #5c6a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c6a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 106, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 106, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c6a39; background: linear-gradient(135deg, #5c6a39, #3B6A39);