#2faa14
a dark, electric green · cool · closest name: green
RGB
47, 170, 20
HSL
109°, 79%, 37%
CMYK
72, 0, 88, 33
Luminance
0.2940
Every format
| HEX | #2faa14 |
| RGB | rgb(47, 170, 20) |
| HSL | hsl(109, 79%, 37%) |
| CMYK | cmyk(72%, 0%, 88%, 33%) |
| LAB | lab(61.1 -58.3 59.0) |
| LCH | lch(61.1 83.0 134.7) |
| OKLCH | oklch(0.646 0.205 141.0) |
Copy-ready code
/* CSS */
color: #2faa14;
background-color: #2faa14;
/* Tailwind (arbitrary) */
class="text-[#2faa14] bg-[#2faa14]"
/* SCSS */
$brand: #2faa14;
/* SwiftUI */
Color(red: 0.184, green: 0.667, blue: 0.078)
/* Android */
Color.parseColor("#2faa14")Accessibility — WCAG contrast
Aa
#2faa14 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2faa14 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green66.7%
Blue7.8%
CMYK percentages
Cyan72.4%
Magenta0.0%
Yellow88.2%
Key (black)33.3%
Color previews
#2faa14 text on a black background
contrast 6.88:1
Card sample
#2faa14 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2faa14;
Background color
Panel with #2faa14 background
background-color: #2faa14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2faa14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 170, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 170, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2faa14; background: linear-gradient(135deg, #2faa14, #14AA5D);