#4eb04f
a balanced, soft green · cool · closest name: forestgreen
RGB
78, 176, 79
HSL
121°, 39%, 50%
CMYK
56, 0, 55, 31
Luminance
0.3323
Every format
| HEX | #4eb04f |
| RGB | rgb(78, 176, 79) |
| HSL | hsl(121, 39%, 50%) |
| CMYK | cmyk(56%, 0%, 55%, 31%) |
| LAB | lab(64.3 -48.5 40.7) |
| LCH | lch(64.3 63.3 140.0) |
| OKLCH | oklch(0.676 0.164 143.7) |
Copy-ready code
/* CSS */
color: #4eb04f;
background-color: #4eb04f;
/* Tailwind (arbitrary) */
class="text-[#4eb04f] bg-[#4eb04f]"
/* SCSS */
$brand: #4eb04f;
/* SwiftUI */
Color(red: 0.306, green: 0.690, blue: 0.310)
/* Android */
Color.parseColor("#4eb04f")Accessibility — WCAG contrast
Aa
#4eb04f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb04f on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green69.0%
Blue31.0%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow55.1%
Key (black)31.0%
Color previews
#4eb04f text on a black background
contrast 7.65:1
Card sample
#4eb04f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb04f;
Background color
Panel with #4eb04f background
background-color: #4eb04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 176, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 176, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb04f; background: linear-gradient(135deg, #4eb04f, #4EB090);