#4cac56
a balanced, soft green · cool · closest name: forestgreen
RGB
76, 172, 86
HSL
126°, 39%, 49%
CMYK
56, 0, 50, 33
Luminance
0.3171
Every format
| HEX | #4cac56 |
| RGB | rgb(76, 172, 86) |
| HSL | hsl(126, 39%, 49%) |
| CMYK | cmyk(56%, 0%, 50%, 33%) |
| LAB | lab(63.1 -46.5 35.7) |
| LCH | lch(63.1 58.6 142.5) |
| OKLCH | oklch(0.666 0.153 145.6) |
Copy-ready code
/* CSS */
color: #4cac56;
background-color: #4cac56;
/* Tailwind (arbitrary) */
class="text-[#4cac56] bg-[#4cac56]"
/* SCSS */
$brand: #4cac56;
/* SwiftUI */
Color(red: 0.298, green: 0.675, blue: 0.337)
/* Android */
Color.parseColor("#4cac56")Accessibility — WCAG contrast
Aa
#4cac56 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cac56 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green67.5%
Blue33.7%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow50.0%
Key (black)32.5%
Color previews
#4cac56 text on a black background
contrast 7.34:1
Card sample
#4cac56 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cac56;
Background color
Panel with #4cac56 background
background-color: #4cac56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cac56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 172, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 172, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cac56; background: linear-gradient(135deg, #4cac56, #4CAC96);