#4eb85f
a balanced, soft green · cool · closest name: forestgreen
RGB
78, 184, 95
HSL
130°, 43%, 51%
CMYK
58, 0, 48, 28
Luminance
0.3673
Every format
| HEX | #4eb85f |
| RGB | rgb(78, 184, 95) |
| HSL | hsl(130, 43%, 51%) |
| CMYK | cmyk(58%, 0%, 48%, 28%) |
| LAB | lab(67.1 -49.5 36.1) |
| LCH | lch(67.1 61.2 143.9) |
| OKLCH | oklch(0.699 0.160 146.8) |
Copy-ready code
/* CSS */
color: #4eb85f;
background-color: #4eb85f;
/* Tailwind (arbitrary) */
class="text-[#4eb85f] bg-[#4eb85f]"
/* SCSS */
$brand: #4eb85f;
/* SwiftUI */
Color(red: 0.306, green: 0.722, blue: 0.373)
/* Android */
Color.parseColor("#4eb85f")Accessibility — WCAG contrast
Aa
#4eb85f on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb85f on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.2%
Blue37.3%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow48.4%
Key (black)27.8%
Color previews
#4eb85f text on a black background
contrast 8.35:1
Card sample
#4eb85f text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb85f;
Background color
Panel with #4eb85f background
background-color: #4eb85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 184, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 184, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb85f; background: linear-gradient(135deg, #4eb85f, #4EB8A6);