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