#058421
a dark, electric green · cool · closest name: forestgreen
RGB
5, 132, 33
HSL
133°, 93%, 27%
CMYK
96, 0, 75, 48
Luminance
0.1664
Every format
| HEX | #058421 |
| RGB | rgb(5, 132, 33) |
| HSL | hsl(133, 93%, 27%) |
| CMYK | cmyk(96%, 0%, 75%, 48%) |
| LAB | lab(47.8 -50.7 42.5) |
| LCH | lch(47.8 66.1 140.0) |
| OKLCH | oklch(0.533 0.167 144.8) |
Copy-ready code
/* CSS */
color: #058421;
background-color: #058421;
/* Tailwind (arbitrary) */
class="text-[#058421] bg-[#058421]"
/* SCSS */
$brand: #058421;
/* SwiftUI */
Color(red: 0.020, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#058421")Accessibility — WCAG contrast
Aa
#058421 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#058421 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green51.8%
Blue12.9%
CMYK percentages
Cyan96.2%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#058421 text on a black background
contrast 4.33:1
Card sample
#058421 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #058421;
Background color
Panel with #058421 background
background-color: #058421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #058421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #058421; background: linear-gradient(135deg, #058421, #058476);