#2c9815
a dark, electric green · cool · closest name: green
RGB
44, 152, 21
HSL
110°, 76%, 34%
CMYK
71, 0, 86, 40
Luminance
0.2305
Every format
| HEX | #2c9815 |
| RGB | rgb(44, 152, 21) |
| HSL | hsl(110, 76%, 34%) |
| CMYK | cmyk(71%, 0%, 86%, 40%) |
| LAB | lab(55.1 -52.9 53.5) |
| LCH | lch(55.1 75.2 134.7) |
| OKLCH | oklch(0.596 0.186 140.9) |
Copy-ready code
/* CSS */
color: #2c9815;
background-color: #2c9815;
/* Tailwind (arbitrary) */
class="text-[#2c9815] bg-[#2c9815]"
/* SCSS */
$brand: #2c9815;
/* SwiftUI */
Color(red: 0.173, green: 0.596, blue: 0.082)
/* Android */
Color.parseColor("#2c9815")Accessibility — WCAG contrast
Aa
#2c9815 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c9815 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green59.6%
Blue8.2%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow86.2%
Key (black)40.4%
Color previews
#2c9815 text on a black background
contrast 5.61:1
Card sample
#2c9815 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c9815;
Background color
Panel with #2c9815 background
background-color: #2c9815;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c9815;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 152, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 152, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c9815; background: linear-gradient(135deg, #2c9815, #159855);