#36960e
a dark, electric green · cool · closest name: green
RGB
54, 150, 14
HSL
102°, 83%, 32%
CMYK
64, 0, 91, 41
Luminance
0.2263
Every format
| HEX | #36960e |
| RGB | rgb(54, 150, 14) |
| HSL | hsl(102, 83%, 32%) |
| CMYK | cmyk(64%, 0%, 91%, 41%) |
| LAB | lab(54.7 -50.4 54.7) |
| LCH | lch(54.7 74.4 132.6) |
| OKLCH | oklch(0.593 0.183 139.3) |
Copy-ready code
/* CSS */
color: #36960e;
background-color: #36960e;
/* Tailwind (arbitrary) */
class="text-[#36960e] bg-[#36960e]"
/* SCSS */
$brand: #36960e;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.055)
/* Android */
Color.parseColor("#36960e")Accessibility — WCAG contrast
Aa
#36960e on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36960e on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue5.5%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow90.7%
Key (black)41.2%
Color previews
#36960e text on a black background
contrast 5.53:1
Card sample
#36960e text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36960e;
Background color
Panel with #36960e background
background-color: #36960e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36960e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36960e; background: linear-gradient(135deg, #36960e, #0E9641);