#4eb445
a balanced, soft green · cool · closest name: forestgreen
RGB
78, 180, 69
HSL
115°, 45%, 49%
CMYK
57, 0, 62, 29
Luminance
0.3469
Every format
| HEX | #4eb445 |
| RGB | rgb(78, 180, 69) |
| HSL | hsl(115, 45%, 49%) |
| CMYK | cmyk(57%, 0%, 62%, 29%) |
| LAB | lab(65.5 -51.3 46.7) |
| LCH | lch(65.5 69.4 137.7) |
| OKLCH | oklch(0.685 0.177 142.0) |
Copy-ready code
/* CSS */
color: #4eb445;
background-color: #4eb445;
/* Tailwind (arbitrary) */
class="text-[#4eb445] bg-[#4eb445]"
/* SCSS */
$brand: #4eb445;
/* SwiftUI */
Color(red: 0.306, green: 0.706, blue: 0.271)
/* Android */
Color.parseColor("#4eb445")Accessibility — WCAG contrast
Aa
#4eb445 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb445 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green70.6%
Blue27.1%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow61.7%
Key (black)29.4%
Color previews
#4eb445 text on a black background
contrast 7.94:1
Card sample
#4eb445 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb445;
Background color
Panel with #4eb445 background
background-color: #4eb445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 180, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 180, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb445; background: linear-gradient(135deg, #4eb445, #45B486);