#4eb548
a balanced, soft green · cool · closest name: forestgreen
RGB
78, 181, 72
HSL
117°, 43%, 50%
CMYK
57, 0, 60, 29
Luminance
0.3514
Every format
| HEX | #4eb548 |
| RGB | rgb(78, 181, 72) |
| HSL | hsl(117, 43%, 50%) |
| CMYK | cmyk(57%, 0%, 60%, 29%) |
| LAB | lab(65.8 -51.3 45.7) |
| LCH | lch(65.8 68.8 138.3) |
| OKLCH | oklch(0.688 0.176 142.5) |
Copy-ready code
/* CSS */
color: #4eb548;
background-color: #4eb548;
/* Tailwind (arbitrary) */
class="text-[#4eb548] bg-[#4eb548]"
/* SCSS */
$brand: #4eb548;
/* SwiftUI */
Color(red: 0.306, green: 0.710, blue: 0.282)
/* Android */
Color.parseColor("#4eb548")Accessibility — WCAG contrast
Aa
#4eb548 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb548 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.0%
Blue28.2%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow60.2%
Key (black)29.0%
Color previews
#4eb548 text on a black background
contrast 8.03:1
Card sample
#4eb548 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb548;
Background color
Panel with #4eb548 background
background-color: #4eb548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 181, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 181, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb548; background: linear-gradient(135deg, #4eb548, #48B58B);