#00883d
a dark, electric green · cool · closest name: forestgreen
RGB
0, 136, 61
HSL
147°, 100%, 27%
CMYK
100, 0, 55, 47
Luminance
0.1795
Every format
| HEX | #00883d |
| RGB | rgb(0, 136, 61) |
| HSL | hsl(147, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 55%, 47%) |
| LAB | lab(49.4 -48.8 31.3) |
| LCH | lch(49.4 58.0 147.3) |
| OKLCH | oklch(0.548 0.151 150.0) |
Copy-ready code
/* CSS */
color: #00883d;
background-color: #00883d;
/* Tailwind (arbitrary) */
class="text-[#00883d] bg-[#00883d]"
/* SCSS */
$brand: #00883d;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.239)
/* Android */
Color.parseColor("#00883d")Accessibility — WCAG contrast
Aa
#00883d on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00883d on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue23.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow55.1%
Key (black)46.7%
Color previews
#00883d text on a black background
contrast 4.59:1
Card sample
#00883d text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00883d;
Background color
Panel with #00883d background
background-color: #00883d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00883d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00883d; background: linear-gradient(135deg, #00883d, #007988);