#2a950c
a dark, electric green · cool · closest name: green
RGB
42, 149, 12
HSL
107°, 85%, 32%
CMYK
72, 0, 92, 42
Luminance
0.2201
Every format
| HEX | #2a950c |
| RGB | rgb(42, 149, 12) |
| HSL | hsl(107, 85%, 32%) |
| CMYK | cmyk(72%, 0%, 92%, 42%) |
| LAB | lab(54.0 -52.7 54.4) |
| LCH | lch(54.0 75.7 134.1) |
| OKLCH | oklch(0.587 0.187 140.6) |
Copy-ready code
/* CSS */
color: #2a950c;
background-color: #2a950c;
/* Tailwind (arbitrary) */
class="text-[#2a950c] bg-[#2a950c]"
/* SCSS */
$brand: #2a950c;
/* SwiftUI */
Color(red: 0.165, green: 0.584, blue: 0.047)
/* Android */
Color.parseColor("#2a950c")Accessibility — WCAG contrast
Aa
#2a950c on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2a950c on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green58.4%
Blue4.7%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow91.9%
Key (black)41.6%
Color previews
#2a950c text on a black background
contrast 5.40:1
Card sample
#2a950c text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a950c;
Background color
Panel with #2a950c background
background-color: #2a950c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a950c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 149, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 149, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a950c; background: linear-gradient(135deg, #2a950c, #0C9549);