#2c950f
a dark, electric green · cool · closest name: green
RGB
44, 149, 15
HSL
107°, 82%, 32%
CMYK
71, 0, 90, 42
Luminance
0.2206
Every format
| HEX | #2c950f |
| RGB | rgb(44, 149, 15) |
| HSL | hsl(107, 82%, 32%) |
| CMYK | cmyk(71%, 0%, 90%, 42%) |
| LAB | lab(54.1 -52.2 53.9) |
| LCH | lch(54.1 75.0 134.1) |
| OKLCH | oklch(0.587 0.185 140.5) |
Copy-ready code
/* CSS */
color: #2c950f;
background-color: #2c950f;
/* Tailwind (arbitrary) */
class="text-[#2c950f] bg-[#2c950f]"
/* SCSS */
$brand: #2c950f;
/* SwiftUI */
Color(red: 0.173, green: 0.584, blue: 0.059)
/* Android */
Color.parseColor("#2c950f")Accessibility — WCAG contrast
Aa
#2c950f on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c950f on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green58.4%
Blue5.9%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow89.9%
Key (black)41.6%
Color previews
#2c950f text on a black background
contrast 5.41:1
Card sample
#2c950f text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c950f;
Background color
Panel with #2c950f background
background-color: #2c950f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c950f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 149, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 149, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c950f; background: linear-gradient(135deg, #2c950f, #0F954B);