#36880e
a dark, electric green · cool · closest name: forestgreen
RGB
54, 136, 14
HSL
100°, 81%, 29%
CMYK
60, 0, 90, 47
Luminance
0.1842
Every format
| HEX | #36880e |
| RGB | rgb(54, 136, 14) |
| HSL | hsl(100, 81%, 29%) |
| CMYK | cmyk(60%, 0%, 90%, 47%) |
| LAB | lab(50.0 -45.3 50.7) |
| LCH | lch(50.0 68.0 131.8) |
| OKLCH | oklch(0.554 0.167 138.6) |
Copy-ready code
/* CSS */
color: #36880e;
background-color: #36880e;
/* Tailwind (arbitrary) */
class="text-[#36880e] bg-[#36880e]"
/* SCSS */
$brand: #36880e;
/* SwiftUI */
Color(red: 0.212, green: 0.533, blue: 0.055)
/* Android */
Color.parseColor("#36880e")Accessibility — WCAG contrast
Aa
#36880e on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36880e on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green53.3%
Blue5.5%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow89.7%
Key (black)46.7%
Color previews
#36880e text on a black background
contrast 4.68:1
Card sample
#36880e text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36880e;
Background color
Panel with #36880e background
background-color: #36880e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36880e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 136, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 136, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36880e; background: linear-gradient(135deg, #36880e, #0E8837);