#008524
a dark, electric green · cool · closest name: forestgreen
RGB
0, 133, 36
HSL
136°, 100%, 26%
CMYK
100, 0, 73, 48
Luminance
0.1690
Every format
| HEX | #008524 |
| RGB | rgb(0, 133, 36) |
| HSL | hsl(136, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 73%, 48%) |
| LAB | lab(48.1 -51.1 41.6) |
| LCH | lch(48.1 65.8 140.8) |
| OKLCH | oklch(0.536 0.167 145.3) |
Copy-ready code
/* CSS */
color: #008524;
background-color: #008524;
/* Tailwind (arbitrary) */
class="text-[#008524] bg-[#008524]"
/* SCSS */
$brand: #008524;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.141)
/* Android */
Color.parseColor("#008524")Accessibility — WCAG contrast
Aa
#008524 on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008524 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue14.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow72.9%
Key (black)47.8%
Color previews
#008524 text on a black background
contrast 4.38:1
Card sample
#008524 text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008524;
Background color
Panel with #008524 background
background-color: #008524;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008524;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008524; background: linear-gradient(135deg, #008524, #00857D);