#059421
a dark, electric green · cool · closest name: forestgreen
RGB
5, 148, 33
HSL
132°, 94%, 30%
CMYK
97, 0, 78, 42
Luminance
0.2132
Every format
| HEX | #059421 |
| RGB | rgb(5, 148, 33) |
| HSL | hsl(132, 94%, 30%) |
| CMYK | cmyk(97%, 0%, 78%, 42%) |
| LAB | lab(53.3 -55.6 48.0) |
| LCH | lch(53.3 73.4 139.2) |
| OKLCH | oklch(0.579 0.185 144.3) |
Copy-ready code
/* CSS */
color: #059421;
background-color: #059421;
/* Tailwind (arbitrary) */
class="text-[#059421] bg-[#059421]"
/* SCSS */
$brand: #059421;
/* SwiftUI */
Color(red: 0.020, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#059421")Accessibility — WCAG contrast
Aa
#059421 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#059421 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green58.0%
Blue12.9%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#059421 text on a black background
contrast 5.26:1
Card sample
#059421 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #059421;
Background color
Panel with #059421 background
background-color: #059421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #059421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #059421; background: linear-gradient(135deg, #059421, #059480);