#2fd753
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 215, 83
HSL
133°, 68%, 51%
CMYK
78, 0, 61, 16
Luminance
0.4983
Every format
| HEX | #2fd753 |
| RGB | rgb(47, 215, 83) |
| HSL | hsl(133, 68%, 51%) |
| CMYK | cmyk(78%, 0%, 61%, 16%) |
| LAB | lab(76.0 -67.6 52.2) |
| LCH | lch(76.0 85.4 142.3) |
| OKLCH | oklch(0.770 0.219 146.1) |
Copy-ready code
/* CSS */
color: #2fd753;
background-color: #2fd753;
/* Tailwind (arbitrary) */
class="text-[#2fd753] bg-[#2fd753]"
/* SCSS */
$brand: #2fd753;
/* SwiftUI */
Color(red: 0.184, green: 0.843, blue: 0.325)
/* Android */
Color.parseColor("#2fd753")Accessibility — WCAG contrast
Aa
#2fd753 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd753 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green84.3%
Blue32.5%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow61.4%
Key (black)15.7%
Color previews
#2fd753 text on a black background
contrast 10.97:1
Card sample
#2fd753 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd753;
Background color
Panel with #2fd753 background
background-color: #2fd753;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd753;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 215, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 215, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd753; background: linear-gradient(135deg, #2fd753, #2FD7C3);