#008833
a dark, electric green · cool · closest name: forestgreen
RGB
0, 136, 51
HSL
143°, 100%, 27%
CMYK
100, 0, 63, 47
Luminance
0.1785
Every format
| HEX | #008833 |
| RGB | rgb(0, 136, 51) |
| HSL | hsl(143, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 63%, 47%) |
| LAB | lab(49.3 -50.3 36.2) |
| LCH | lch(49.3 61.9 144.3) |
| OKLCH | oklch(0.546 0.159 147.7) |
Copy-ready code
/* CSS */
color: #008833;
background-color: #008833;
/* Tailwind (arbitrary) */
class="text-[#008833] bg-[#008833]"
/* SCSS */
$brand: #008833;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#008833")Accessibility — WCAG contrast
Aa
#008833 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008833 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue20.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow62.5%
Key (black)46.7%
Color previews
#008833 text on a black background
contrast 4.57:1
Card sample
#008833 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008833;
Background color
Panel with #008833 background
background-color: #008833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008833; background: linear-gradient(135deg, #008833, #008288);