#36940c
a dark, electric green · cool · closest name: green
RGB
54, 148, 12
HSL
102°, 85%, 31%
CMYK
64, 0, 92, 42
Luminance
0.2199
Every format
| HEX | #36940c |
| RGB | rgb(54, 148, 12) |
| HSL | hsl(102, 85%, 31%) |
| CMYK | cmyk(64%, 0%, 92%, 42%) |
| LAB | lab(54.0 -49.7 54.5) |
| LCH | lch(54.0 73.8 132.4) |
| OKLCH | oklch(0.587 0.181 139.2) |
Copy-ready code
/* CSS */
color: #36940c;
background-color: #36940c;
/* Tailwind (arbitrary) */
class="text-[#36940c] bg-[#36940c]"
/* SCSS */
$brand: #36940c;
/* SwiftUI */
Color(red: 0.212, green: 0.580, blue: 0.047)
/* Android */
Color.parseColor("#36940c")Accessibility — WCAG contrast
Aa
#36940c on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36940c on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.0%
Blue4.7%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow91.9%
Key (black)42.0%
Color previews
#36940c text on a black background
contrast 5.40:1
Card sample
#36940c text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36940c;
Background color
Panel with #36940c background
background-color: #36940c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36940c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 148, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 148, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36940c; background: linear-gradient(135deg, #36940c, #0C943D);