#4eb652
a balanced, soft green · cool · closest name: forestgreen
RGB
78, 182, 82
HSL
122°, 42%, 51%
CMYK
57, 0, 55, 29
Luminance
0.3568
Every format
| HEX | #4eb652 |
| RGB | rgb(78, 182, 82) |
| HSL | hsl(122, 42%, 51%) |
| CMYK | cmyk(57%, 0%, 55%, 29%) |
| LAB | lab(66.3 -50.5 41.5) |
| LCH | lch(66.3 65.4 140.6) |
| OKLCH | oklch(0.692 0.169 144.1) |
Copy-ready code
/* CSS */
color: #4eb652;
background-color: #4eb652;
/* Tailwind (arbitrary) */
class="text-[#4eb652] bg-[#4eb652]"
/* SCSS */
$brand: #4eb652;
/* SwiftUI */
Color(red: 0.306, green: 0.714, blue: 0.322)
/* Android */
Color.parseColor("#4eb652")Accessibility — WCAG contrast
Aa
#4eb652 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb652 on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.4%
Blue32.2%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow54.9%
Key (black)28.6%
Color previews
#4eb652 text on a black background
contrast 8.14:1
Card sample
#4eb652 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb652;
Background color
Panel with #4eb652 background
background-color: #4eb652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 182, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 182, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb652; background: linear-gradient(135deg, #4eb652, #4EB697);