#4ac950
a balanced, vivid green · cool · closest name: forestgreen
RGB
74, 201, 80
HSL
123°, 54%, 54%
CMYK
63, 0, 60, 21
Luminance
0.4381
Every format
| HEX | #4ac950 |
| RGB | rgb(74, 201, 80) |
| HSL | hsl(123, 54%, 54%) |
| CMYK | cmyk(63%, 0%, 60%, 21%) |
| LAB | lab(72.1 -58.7 49.3) |
| LCH | lch(72.1 76.6 140.0) |
| OKLCH | oklch(0.740 0.197 144.0) |
Copy-ready code
/* CSS */
color: #4ac950;
background-color: #4ac950;
/* Tailwind (arbitrary) */
class="text-[#4ac950] bg-[#4ac950]"
/* SCSS */
$brand: #4ac950;
/* SwiftUI */
Color(red: 0.290, green: 0.788, blue: 0.314)
/* Android */
Color.parseColor("#4ac950")Accessibility — WCAG contrast
Aa
#4ac950 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac950 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green78.8%
Blue31.4%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow60.2%
Key (black)21.2%
Color previews
#4ac950 text on a black background
contrast 9.76:1
Card sample
#4ac950 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac950;
Background color
Panel with #4ac950 background
background-color: #4ac950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 201, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 201, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac950; background: linear-gradient(135deg, #4ac950, #4AC9A5);