#00841e
a dark, electric green · cool · closest name: forestgreen
RGB
0, 132, 30
HSL
134°, 100%, 26%
CMYK
100, 0, 77, 48
Luminance
0.1660
Every format
| HEX | #00841e |
| RGB | rgb(0, 132, 30) |
| HSL | hsl(134, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 77%, 48%) |
| LAB | lab(47.8 -51.3 43.5) |
| LCH | lch(47.8 67.3 139.7) |
| OKLCH | oklch(0.533 0.170 144.6) |
Copy-ready code
/* CSS */
color: #00841e;
background-color: #00841e;
/* Tailwind (arbitrary) */
class="text-[#00841e] bg-[#00841e]"
/* SCSS */
$brand: #00841e;
/* SwiftUI */
Color(red: 0.000, green: 0.518, blue: 0.118)
/* Android */
Color.parseColor("#00841e")Accessibility — WCAG contrast
Aa
#00841e on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00841e on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green51.8%
Blue11.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow77.3%
Key (black)48.2%
Color previews
#00841e text on a black background
contrast 4.32:1
Card sample
#00841e text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00841e;
Background color
Panel with #00841e background
background-color: #00841e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00841e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 132, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 132, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00841e; background: linear-gradient(135deg, #00841e, #008476);