#5f7a36
a dark, soft green · cool · closest name: olivedrab
RGB
95, 122, 54
HSL
84°, 39%, 35%
CMYK
22, 0, 56, 52
Luminance
0.1662
Every format
| HEX | #5f7a36 |
| RGB | rgb(95, 122, 54) |
| HSL | hsl(84, 39%, 35%) |
| CMYK | cmyk(22%, 0%, 56%, 52%) |
| LAB | lab(47.8 -21.7 33.6) |
| LCH | lch(47.8 40.0 122.8) |
| OKLCH | oklch(0.542 0.100 127.4) |
Copy-ready code
/* CSS */
color: #5f7a36;
background-color: #5f7a36;
/* Tailwind (arbitrary) */
class="text-[#5f7a36] bg-[#5f7a36]"
/* SCSS */
$brand: #5f7a36;
/* SwiftUI */
Color(red: 0.373, green: 0.478, blue: 0.212)
/* Android */
Color.parseColor("#5f7a36")Accessibility — WCAG contrast
Aa
#5f7a36 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f7a36 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green47.8%
Blue21.2%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow55.7%
Key (black)52.2%
Color previews
#5f7a36 text on a black background
contrast 4.32:1
Card sample
#5f7a36 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7a36;
Background color
Panel with #5f7a36 background
background-color: #5f7a36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7a36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 122, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 122, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7a36; background: linear-gradient(135deg, #5f7a36, #367A3A);