#4abb2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
74, 187, 47
HSL
108°, 60%, 46%
CMYK
60, 0, 75, 27
Luminance
0.3720
Every format
| HEX | #4abb2f |
| RGB | rgb(74, 187, 47) |
| HSL | hsl(108, 60%, 46%) |
| CMYK | cmyk(60%, 0%, 75%, 27%) |
| LAB | lab(67.4 -56.8 57.5) |
| LCH | lch(67.4 80.8 134.7) |
| OKLCH | oklch(0.700 0.203 140.3) |
Copy-ready code
/* CSS */
color: #4abb2f;
background-color: #4abb2f;
/* Tailwind (arbitrary) */
class="text-[#4abb2f] bg-[#4abb2f]"
/* SCSS */
$brand: #4abb2f;
/* SwiftUI */
Color(red: 0.290, green: 0.733, blue: 0.184)
/* Android */
Color.parseColor("#4abb2f")Accessibility — WCAG contrast
Aa
#4abb2f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abb2f on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green73.3%
Blue18.4%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow74.9%
Key (black)26.7%
Color previews
#4abb2f text on a black background
contrast 8.44:1
Card sample
#4abb2f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abb2f;
Background color
Panel with #4abb2f background
background-color: #4abb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 187, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 187, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abb2f; background: linear-gradient(135deg, #4abb2f, #2FBB71);