#2c9405
a dark, electric green · cool · closest name: green
RGB
44, 148, 5
HSL
104°, 94%, 30%
CMYK
70, 0, 97, 42
Luminance
0.2173
Every format
| HEX | #2c9405 |
| RGB | rgb(44, 148, 5) |
| HSL | hsl(104, 94%, 30%) |
| CMYK | cmyk(70%, 0%, 97%, 42%) |
| LAB | lab(53.7 -52.2 55.3) |
| LCH | lch(53.7 76.0 133.3) |
| OKLCH | oklch(0.584 0.187 140.1) |
Copy-ready code
/* CSS */
color: #2c9405;
background-color: #2c9405;
/* Tailwind (arbitrary) */
class="text-[#2c9405] bg-[#2c9405]"
/* SCSS */
$brand: #2c9405;
/* SwiftUI */
Color(red: 0.173, green: 0.580, blue: 0.020)
/* Android */
Color.parseColor("#2c9405")Accessibility — WCAG contrast
Aa
#2c9405 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c9405 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green58.0%
Blue2.0%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow96.6%
Key (black)42.0%
Color previews
#2c9405 text on a black background
contrast 5.35:1
Card sample
#2c9405 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c9405;
Background color
Panel with #2c9405 background
background-color: #2c9405;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c9405;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 148, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 148, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c9405; background: linear-gradient(135deg, #2c9405, #05943D);