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