#008c39
a dark, electric green · cool · closest name: forestgreen
RGB
0, 140, 57
HSL
144°, 100%, 28%
CMYK
100, 0, 59, 45
Luminance
0.1905
Every format
| HEX | #008c39 |
| RGB | rgb(0, 140, 57) |
| HSL | hsl(144, 100%, 28%) |
| CMYK | cmyk(100%, 0%, 59%, 45%) |
| LAB | lab(50.8 -50.8 34.9) |
| LCH | lch(50.8 61.6 145.5) |
| OKLCH | oklch(0.559 0.159 148.6) |
Copy-ready code
/* CSS */
color: #008c39;
background-color: #008c39;
/* Tailwind (arbitrary) */
class="text-[#008c39] bg-[#008c39]"
/* SCSS */
$brand: #008c39;
/* SwiftUI */
Color(red: 0.000, green: 0.549, blue: 0.224)
/* Android */
Color.parseColor("#008c39")Accessibility — WCAG contrast
Aa
#008c39 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008c39 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green54.9%
Blue22.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow59.3%
Key (black)45.1%
Color previews
#008c39 text on a black background
contrast 4.81:1
Card sample
#008c39 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008c39;
Background color
Panel with #008c39 background
background-color: #008c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 140, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 140, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008c39; background: linear-gradient(135deg, #008c39, #00828C);