#4ae86c
a balanced, electric green · cool · closest name: forestgreen
RGB
74, 232, 108
HSL
133°, 78%, 60%
CMYK
68, 0, 53, 9
Luminance
0.6025
Every format
| HEX | #4ae86c |
| RGB | rgb(74, 232, 108) |
| HSL | hsl(133, 78%, 60%) |
| CMYK | cmyk(68%, 0%, 53%, 9%) |
| LAB | lab(82.0 -66.0 48.1) |
| LCH | lch(82.0 81.7 143.9) |
| OKLCH | oklch(0.823 0.212 147.1) |
Copy-ready code
/* CSS */
color: #4ae86c;
background-color: #4ae86c;
/* Tailwind (arbitrary) */
class="text-[#4ae86c] bg-[#4ae86c]"
/* SCSS */
$brand: #4ae86c;
/* SwiftUI */
Color(red: 0.290, green: 0.910, blue: 0.424)
/* Android */
Color.parseColor("#4ae86c")Accessibility — WCAG contrast
Aa
#4ae86c on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ae86c on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green91.0%
Blue42.4%
CMYK percentages
Cyan68.1%
Magenta0.0%
Yellow53.4%
Key (black)9.0%
Color previews
#4ae86c text on a black background
contrast 13.05:1
Card sample
#4ae86c text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ae86c;
Background color
Panel with #4ae86c background
background-color: #4ae86c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ae86c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 232, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 232, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ae86c; background: linear-gradient(135deg, #4ae86c, #4AE8D5);