#2fad3c
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 173, 60
HSL
126°, 57%, 43%
CMYK
73, 0, 65, 32
Luminance
0.3082
Every format
| HEX | #2fad3c |
| RGB | rgb(47, 173, 60) |
| HSL | hsl(126, 57%, 43%) |
| CMYK | cmyk(73%, 0%, 65%, 32%) |
| LAB | lab(62.4 -56.4 46.9) |
| LCH | lch(62.4 73.4 140.2) |
| OKLCH | oklch(0.657 0.187 144.5) |
Copy-ready code
/* CSS */
color: #2fad3c;
background-color: #2fad3c;
/* Tailwind (arbitrary) */
class="text-[#2fad3c] bg-[#2fad3c]"
/* SCSS */
$brand: #2fad3c;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 0.235)
/* Android */
Color.parseColor("#2fad3c")Accessibility — WCAG contrast
Aa
#2fad3c on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fad3c on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue23.5%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow65.3%
Key (black)32.2%
Color previews
#2fad3c text on a black background
contrast 7.16:1
Card sample
#2fad3c text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fad3c;
Background color
Panel with #2fad3c background
background-color: #2fad3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fad3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fad3c; background: linear-gradient(135deg, #2fad3c, #2FAD90);