#00832f
a dark, electric green · cool · closest name: forestgreen
RGB
0, 131, 47
HSL
142°, 100%, 26%
CMYK
100, 0, 64, 49
Luminance
0.1644
Every format
| HEX | #00832f |
| RGB | rgb(0, 131, 47) |
| HSL | hsl(142, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 64%, 49%) |
| LAB | lab(47.5 -49.2 36.0) |
| LCH | lch(47.5 61.0 143.8) |
| OKLCH | oklch(0.532 0.157 147.3) |
Copy-ready code
/* CSS */
color: #00832f;
background-color: #00832f;
/* Tailwind (arbitrary) */
class="text-[#00832f] bg-[#00832f]"
/* SCSS */
$brand: #00832f;
/* SwiftUI */
Color(red: 0.000, green: 0.514, blue: 0.184)
/* Android */
Color.parseColor("#00832f")Accessibility — WCAG contrast
Aa
#00832f on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00832f on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green51.4%
Blue18.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow64.1%
Key (black)48.6%
Color previews
#00832f text on a black background
contrast 4.29:1
Card sample
#00832f text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00832f;
Background color
Panel with #00832f background
background-color: #00832f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00832f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 131, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 131, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00832f; background: linear-gradient(135deg, #00832f, #008083);