#36971f
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 151, 31
HSL
109°, 66%, 36%
CMYK
64, 0, 80, 41
Luminance
0.2302
Every format
| HEX | #36971f |
| RGB | rgb(54, 151, 31) |
| HSL | hsl(109, 66%, 36%) |
| CMYK | cmyk(64%, 0%, 80%, 41%) |
| LAB | lab(55.1 -49.9 50.6) |
| LCH | lch(55.1 71.1 134.6) |
| OKLCH | oklch(0.596 0.177 140.4) |
Copy-ready code
/* CSS */
color: #36971f;
background-color: #36971f;
/* Tailwind (arbitrary) */
class="text-[#36971f] bg-[#36971f]"
/* SCSS */
$brand: #36971f;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.122)
/* Android */
Color.parseColor("#36971f")Accessibility — WCAG contrast
Aa
#36971f on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36971f on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue12.2%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow79.5%
Key (black)40.8%
Color previews
#36971f text on a black background
contrast 5.60:1
Card sample
#36971f text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36971f;
Background color
Panel with #36971f background
background-color: #36971f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36971f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36971f; background: linear-gradient(135deg, #36971f, #1F9758);