#00881c
a dark, electric green · cool · closest name: forestgreen
RGB
0, 136, 28
HSL
132°, 100%, 27%
CMYK
100, 0, 79, 47
Luminance
0.1769
Every format
| HEX | #00881c |
| RGB | rgb(0, 136, 28) |
| HSL | hsl(132, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 79%, 47%) |
| LAB | lab(49.1 -52.7 45.6) |
| LCH | lch(49.1 69.7 139.1) |
| OKLCH | oklch(0.544 0.175 144.2) |
Copy-ready code
/* CSS */
color: #00881c;
background-color: #00881c;
/* Tailwind (arbitrary) */
class="text-[#00881c] bg-[#00881c]"
/* SCSS */
$brand: #00881c;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.110)
/* Android */
Color.parseColor("#00881c")Accessibility — WCAG contrast
Aa
#00881c on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00881c on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue11.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow79.4%
Key (black)46.7%
Color previews
#00881c text on a black background
contrast 4.54:1
Card sample
#00881c text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00881c;
Background color
Panel with #00881c background
background-color: #00881c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00881c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00881c; background: linear-gradient(135deg, #00881c, #008877);