#008429
a dark, electric green · cool · closest name: forestgreen
RGB
0, 132, 41
HSL
139°, 100%, 26%
CMYK
100, 0, 69, 48
Luminance
0.1666
Every format
| HEX | #008429 |
| RGB | rgb(0, 132, 41) |
| HSL | hsl(139, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 69%, 48%) |
| LAB | lab(47.8 -50.2 39.1) |
| LCH | lch(47.8 63.7 142.1) |
| OKLCH | oklch(0.534 0.162 146.2) |
Copy-ready code
/* CSS */
color: #008429;
background-color: #008429;
/* Tailwind (arbitrary) */
class="text-[#008429] bg-[#008429]"
/* SCSS */
$brand: #008429;
/* SwiftUI */
Color(red: 0.000, green: 0.518, blue: 0.161)
/* Android */
Color.parseColor("#008429")Accessibility — WCAG contrast
Aa
#008429 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008429 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green51.8%
Blue16.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow68.9%
Key (black)48.2%
Color previews
#008429 text on a black background
contrast 4.33:1
Card sample
#008429 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008429;
Background color
Panel with #008429 background
background-color: #008429;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008429;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 132, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 132, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008429; background: linear-gradient(135deg, #008429, #008481);