#36972b
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 151, 43
HSL
114°, 56%, 38%
CMYK
64, 0, 72, 41
Luminance
0.2309
Every format
| HEX | #36972b |
| RGB | rgb(54, 151, 43) |
| HSL | hsl(114, 56%, 38%) |
| CMYK | cmyk(64%, 0%, 72%, 41%) |
| LAB | lab(55.2 -49.0 46.4) |
| LCH | lch(55.2 67.4 136.6) |
| OKLCH | oklch(0.597 0.170 141.7) |
Copy-ready code
/* CSS */
color: #36972b;
background-color: #36972b;
/* Tailwind (arbitrary) */
class="text-[#36972b] bg-[#36972b]"
/* SCSS */
$brand: #36972b;
/* SwiftUI */
Color(red: 0.212, green: 0.592, blue: 0.169)
/* Android */
Color.parseColor("#36972b")Accessibility — WCAG contrast
Aa
#36972b on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36972b on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.2%
Blue16.9%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow71.5%
Key (black)40.8%
Color previews
#36972b text on a black background
contrast 5.62:1
Card sample
#36972b text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36972b;
Background color
Panel with #36972b background
background-color: #36972b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36972b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 151, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 151, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36972b; background: linear-gradient(135deg, #36972b, #2B9768);