#40940c
a dark, electric green · cool · closest name: green
RGB
64, 148, 12
HSL
97°, 85%, 31%
CMYK
57, 0, 92, 42
Luminance
0.2230
Every format
| HEX | #40940c |
| RGB | rgb(64, 148, 12) |
| HSL | hsl(97, 85%, 31%) |
| CMYK | cmyk(57%, 0%, 92%, 42%) |
| LAB | lab(54.3 -47.1 54.9) |
| LCH | lch(54.3 72.3 130.6) |
| OKLCH | oklch(0.591 0.177 137.6) |
Copy-ready code
/* CSS */
color: #40940c;
background-color: #40940c;
/* Tailwind (arbitrary) */
class="text-[#40940c] bg-[#40940c]"
/* SCSS */
$brand: #40940c;
/* SwiftUI */
Color(red: 0.251, green: 0.580, blue: 0.047)
/* Android */
Color.parseColor("#40940c")Accessibility — WCAG contrast
Aa
#40940c on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#40940c on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green58.0%
Blue4.7%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow91.9%
Key (black)42.0%
Color previews
#40940c text on a black background
contrast 5.46:1
Card sample
#40940c text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40940c;
Background color
Panel with #40940c background
background-color: #40940c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40940c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 148, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 148, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40940c; background: linear-gradient(135deg, #40940c, #0C9433);