#5c7a3d
a dark, soft green · cool · closest name: seagreen
RGB
92, 122, 61
HSL
90°, 33%, 36%
CMYK
25, 0, 50, 52
Luminance
0.1653
Every format
| HEX | #5c7a3d |
| RGB | rgb(92, 122, 61) |
| HSL | hsl(90, 33%, 36%) |
| CMYK | cmyk(25%, 0%, 50%, 52%) |
| LAB | lab(47.7 -22.1 29.8) |
| LCH | lch(47.7 37.1 126.6) |
| OKLCH | oklch(0.541 0.094 130.5) |
Copy-ready code
/* CSS */
color: #5c7a3d;
background-color: #5c7a3d;
/* Tailwind (arbitrary) */
class="text-[#5c7a3d] bg-[#5c7a3d]"
/* SCSS */
$brand: #5c7a3d;
/* SwiftUI */
Color(red: 0.361, green: 0.478, blue: 0.239)
/* Android */
Color.parseColor("#5c7a3d")Accessibility — WCAG contrast
Aa
#5c7a3d on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c7a3d on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green47.8%
Blue23.9%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow50.0%
Key (black)52.2%
Color previews
#5c7a3d text on a black background
contrast 4.31:1
Card sample
#5c7a3d text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c7a3d;
Background color
Panel with #5c7a3d background
background-color: #5c7a3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c7a3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 122, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 122, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c7a3d; background: linear-gradient(135deg, #5c7a3d, #3D7A47);