#367a0e
a dark, electric green · cool · closest name: forestgreen
RGB
54, 122, 14
HSL
98°, 79%, 27%
CMYK
56, 0, 89, 52
Luminance
0.1474
Every format
| HEX | #367a0e |
| RGB | rgb(54, 122, 14) |
| HSL | hsl(98, 79%, 27%) |
| CMYK | cmyk(56%, 0%, 89%, 52%) |
| LAB | lab(45.3 -40.0 46.5) |
| LCH | lch(45.3 61.4 130.7) |
| OKLCH | oklch(0.515 0.151 137.4) |
Copy-ready code
/* CSS */
color: #367a0e;
background-color: #367a0e;
/* Tailwind (arbitrary) */
class="text-[#367a0e] bg-[#367a0e]"
/* SCSS */
$brand: #367a0e;
/* SwiftUI */
Color(red: 0.212, green: 0.478, blue: 0.055)
/* Android */
Color.parseColor("#367a0e")Accessibility — WCAG contrast
Aa
#367a0e on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367a0e on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green47.8%
Blue5.5%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow88.5%
Key (black)52.2%
Color previews
#367a0e text on a black background
contrast 3.95:1
Card sample
#367a0e text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367a0e;
Background color
Panel with #367a0e background
background-color: #367a0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367a0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 122, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 122, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367a0e; background: linear-gradient(135deg, #367a0e, #0E7A2E);