#00882d
a dark, electric green · cool · closest name: forestgreen
RGB
0, 136, 45
HSL
140°, 100%, 27%
CMYK
100, 0, 67, 47
Luminance
0.1780
Every format
| HEX | #00882d |
| RGB | rgb(0, 136, 45) |
| HSL | hsl(140, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 67%, 47%) |
| LAB | lab(49.3 -51.0 38.9) |
| LCH | lch(49.3 64.2 142.7) |
| OKLCH | oklch(0.546 0.164 146.6) |
Copy-ready code
/* CSS */
color: #00882d;
background-color: #00882d;
/* Tailwind (arbitrary) */
class="text-[#00882d] bg-[#00882d]"
/* SCSS */
$brand: #00882d;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.176)
/* Android */
Color.parseColor("#00882d")Accessibility — WCAG contrast
Aa
#00882d on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00882d on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue17.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow66.9%
Key (black)46.7%
Color previews
#00882d text on a black background
contrast 4.56:1
Card sample
#00882d text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00882d;
Background color
Panel with #00882d background
background-color: #00882d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00882d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00882d; background: linear-gradient(135deg, #00882d, #008888);