#36950f
a dark, electric green · cool · closest name: green
RGB
54, 149, 15
HSL
103°, 82%, 32%
CMYK
64, 0, 90, 42
Luminance
0.2231
Every format
| HEX | #36950f |
| RGB | rgb(54, 149, 15) |
| HSL | hsl(103, 82%, 32%) |
| CMYK | cmyk(64%, 0%, 90%, 42%) |
| LAB | lab(54.4 -50.0 54.2) |
| LCH | lch(54.4 73.8 132.7) |
| OKLCH | oklch(0.590 0.181 139.3) |
Copy-ready code
/* CSS */
color: #36950f;
background-color: #36950f;
/* Tailwind (arbitrary) */
class="text-[#36950f] bg-[#36950f]"
/* SCSS */
$brand: #36950f;
/* SwiftUI */
Color(red: 0.212, green: 0.584, blue: 0.059)
/* Android */
Color.parseColor("#36950f")Accessibility — WCAG contrast
Aa
#36950f on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#36950f on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.4%
Blue5.9%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow89.9%
Key (black)41.6%
Color previews
#36950f text on a black background
contrast 5.46:1
Card sample
#36950f text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36950f;
Background color
Panel with #36950f background
background-color: #36950f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36950f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 149, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 149, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36950f; background: linear-gradient(135deg, #36950f, #0F9541);