#2fa813
a dark, electric green · cool · closest name: green
RGB
47, 168, 19
HSL
109°, 80%, 37%
CMYK
72, 0, 89, 34
Luminance
0.2866
Every format
| HEX | #2fa813 |
| RGB | rgb(47, 168, 19) |
| HSL | hsl(109, 80%, 37%) |
| CMYK | cmyk(72%, 0%, 89%, 34%) |
| LAB | lab(60.5 -57.7 58.6) |
| LCH | lch(60.5 82.3 134.5) |
| OKLCH | oklch(0.640 0.203 140.9) |
Copy-ready code
/* CSS */
color: #2fa813;
background-color: #2fa813;
/* Tailwind (arbitrary) */
class="text-[#2fa813] bg-[#2fa813]"
/* SCSS */
$brand: #2fa813;
/* SwiftUI */
Color(red: 0.184, green: 0.659, blue: 0.075)
/* Android */
Color.parseColor("#2fa813")Accessibility — WCAG contrast
Aa
#2fa813 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2fa813 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green65.9%
Blue7.5%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow88.7%
Key (black)34.1%
Color previews
#2fa813 text on a black background
contrast 6.73:1
Card sample
#2fa813 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fa813;
Background color
Panel with #2fa813 background
background-color: #2fa813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fa813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 168, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 168, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fa813; background: linear-gradient(135deg, #2fa813, #13A85A);