#4eb52b
a dark, vivid green · cool · closest name: forestgreen
RGB
78, 181, 43
HSL
105°, 62%, 44%
CMYK
57, 0, 76, 29
Luminance
0.3484
Every format
| HEX | #4eb52b |
| RGB | rgb(78, 181, 43) |
| HSL | hsl(105, 62%, 44%) |
| CMYK | cmyk(57%, 0%, 76%, 29%) |
| LAB | lab(65.6 -53.9 57.1) |
| LCH | lch(65.6 78.6 133.3) |
| OKLCH | oklch(0.686 0.196 139.2) |
Copy-ready code
/* CSS */
color: #4eb52b;
background-color: #4eb52b;
/* Tailwind (arbitrary) */
class="text-[#4eb52b] bg-[#4eb52b]"
/* SCSS */
$brand: #4eb52b;
/* SwiftUI */
Color(red: 0.306, green: 0.710, blue: 0.169)
/* Android */
Color.parseColor("#4eb52b")Accessibility — WCAG contrast
Aa
#4eb52b on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb52b on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.0%
Blue16.9%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow76.2%
Key (black)29.0%
Color previews
#4eb52b text on a black background
contrast 7.97:1
Card sample
#4eb52b text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb52b;
Background color
Panel with #4eb52b background
background-color: #4eb52b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb52b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 181, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 181, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb52b; background: linear-gradient(135deg, #4eb52b, #2BB564);