#36980b
a dark, electric green · cool · closest name: green
RGB
54, 152, 11
HSL
102°, 87%, 32%
CMYK
65, 0, 93, 40
Luminance
0.2326
Every format
| HEX | #36980b |
| RGB | rgb(54, 152, 11) |
| HSL | hsl(102, 87%, 32%) |
| CMYK | cmyk(65%, 0%, 93%, 40%) |
| LAB | lab(55.3 -51.2 55.8) |
| LCH | lch(55.3 75.7 132.5) |
| OKLCH | oklch(0.598 0.186 139.3) |
Copy-ready code
/* CSS */
color: #36980b;
background-color: #36980b;
/* Tailwind (arbitrary) */
class="text-[#36980b] bg-[#36980b]"
/* SCSS */
$brand: #36980b;
/* SwiftUI */
Color(red: 0.212, green: 0.596, blue: 0.043)
/* Android */
Color.parseColor("#36980b")Accessibility — WCAG contrast
Aa
#36980b on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36980b on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green59.6%
Blue4.3%
CMYK percentages
Cyan64.5%
Magenta0.0%
Yellow92.8%
Key (black)40.4%
Color previews
#36980b text on a black background
contrast 5.65:1
Card sample
#36980b text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36980b;
Background color
Panel with #36980b background
background-color: #36980b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36980b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 152, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 152, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36980b; background: linear-gradient(135deg, #36980b, #0B983E);