#008539
a dark, electric green · cool · closest name: forestgreen
RGB
0, 133, 57
HSL
146°, 100%, 26%
CMYK
100, 0, 57, 48
Luminance
0.1707
Every format
| HEX | #008539 |
| RGB | rgb(0, 133, 57) |
| HSL | hsl(146, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 57%, 48%) |
| LAB | lab(48.4 -48.4 32.0) |
| LCH | lch(48.4 58.1 146.5) |
| OKLCH | oklch(0.539 0.151 149.4) |
Copy-ready code
/* CSS */
color: #008539;
background-color: #008539;
/* Tailwind (arbitrary) */
class="text-[#008539] bg-[#008539]"
/* SCSS */
$brand: #008539;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.224)
/* Android */
Color.parseColor("#008539")Accessibility — WCAG contrast
Aa
#008539 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008539 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue22.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow57.1%
Key (black)47.8%
Color previews
#008539 text on a black background
contrast 4.41:1
Card sample
#008539 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008539;
Background color
Panel with #008539 background
background-color: #008539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008539; background: linear-gradient(135deg, #008539, #007885);