#3a950f
a dark, electric green · cool · closest name: green
RGB
58, 149, 15
HSL
101°, 82%, 32%
CMYK
61, 0, 90, 42
Luminance
0.2243
Every format
| HEX | #3a950f |
| RGB | rgb(58, 149, 15) |
| HSL | hsl(101, 82%, 32%) |
| CMYK | cmyk(61%, 0%, 90%, 42%) |
| LAB | lab(54.5 -49.0 54.4) |
| LCH | lch(54.5 73.2 132.0) |
| OKLCH | oklch(0.592 0.180 138.8) |
Copy-ready code
/* CSS */
color: #3a950f;
background-color: #3a950f;
/* Tailwind (arbitrary) */
class="text-[#3a950f] bg-[#3a950f]"
/* SCSS */
$brand: #3a950f;
/* SwiftUI */
Color(red: 0.227, green: 0.584, blue: 0.059)
/* Android */
Color.parseColor("#3a950f")Accessibility — WCAG contrast
Aa
#3a950f on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3a950f on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green58.4%
Blue5.9%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow89.9%
Key (black)41.6%
Color previews
#3a950f text on a black background
contrast 5.49:1
Card sample
#3a950f text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a950f;
Background color
Panel with #3a950f background
background-color: #3a950f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a950f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 149, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 149, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a950f; background: linear-gradient(135deg, #3a950f, #0F953D);