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