#4eb74b
a balanced, soft green · cool · closest name: forestgreen
RGB
78, 183, 75
HSL
118°, 43%, 51%
CMYK
57, 0, 59, 28
Luminance
0.3599
Every format
| HEX | #4eb74b |
| RGB | rgb(78, 183, 75) |
| HSL | hsl(118, 43%, 51%) |
| CMYK | cmyk(57%, 0%, 59%, 28%) |
| LAB | lab(66.5 -51.8 45.1) |
| LCH | lch(66.5 68.7 138.9) |
| OKLCH | oklch(0.694 0.176 142.9) |
Copy-ready code
/* CSS */
color: #4eb74b;
background-color: #4eb74b;
/* Tailwind (arbitrary) */
class="text-[#4eb74b] bg-[#4eb74b]"
/* SCSS */
$brand: #4eb74b;
/* SwiftUI */
Color(red: 0.306, green: 0.718, blue: 0.294)
/* Android */
Color.parseColor("#4eb74b")Accessibility — WCAG contrast
Aa
#4eb74b on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb74b on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.8%
Blue29.4%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow59.0%
Key (black)28.2%
Color previews
#4eb74b text on a black background
contrast 8.20:1
Card sample
#4eb74b text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb74b;
Background color
Panel with #4eb74b background
background-color: #4eb74b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb74b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 183, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 183, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb74b; background: linear-gradient(135deg, #4eb74b, #4BB790);