#009e2f
a dark, electric green · cool · closest name: forestgreen
RGB
0, 158, 47
HSL
138°, 100%, 31%
CMYK
100, 0, 70, 38
Luminance
0.2466
Every format
| HEX | #009e2f |
| RGB | rgb(0, 158, 47) |
| HSL | hsl(138, 100%, 31%) |
| CMYK | cmyk(100%, 0%, 70%, 38%) |
| LAB | lab(56.7 -57.6 46.1) |
| LCH | lch(56.7 73.8 141.3) |
| OKLCH | oklch(0.608 0.188 145.6) |
Copy-ready code
/* CSS */
color: #009e2f;
background-color: #009e2f;
/* Tailwind (arbitrary) */
class="text-[#009e2f] bg-[#009e2f]"
/* SCSS */
$brand: #009e2f;
/* SwiftUI */
Color(red: 0.000, green: 0.620, blue: 0.184)
/* Android */
Color.parseColor("#009e2f")Accessibility — WCAG contrast
Aa
#009e2f on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009e2f on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green62.0%
Blue18.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow70.3%
Key (black)38.0%
Color previews
#009e2f text on a black background
contrast 5.93:1
Card sample
#009e2f text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009e2f;
Background color
Panel with #009e2f background
background-color: #009e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 158, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 158, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009e2f; background: linear-gradient(135deg, #009e2f, #009E98);