#4cdb6f
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 219, 111
HSL
135°, 67%, 58%
CMYK
65, 0, 49, 14
Luminance
0.5335
Every format
| HEX | #4cdb6f |
| RGB | rgb(76, 219, 111) |
| HSL | hsl(135, 67%, 58%) |
| CMYK | cmyk(65%, 0%, 49%, 14%) |
| LAB | lab(78.1 -60.7 41.9) |
| LCH | lch(78.1 73.7 145.4) |
| OKLCH | oklch(0.791 0.193 148.2) |
Copy-ready code
/* CSS */
color: #4cdb6f;
background-color: #4cdb6f;
/* Tailwind (arbitrary) */
class="text-[#4cdb6f] bg-[#4cdb6f]"
/* SCSS */
$brand: #4cdb6f;
/* SwiftUI */
Color(red: 0.298, green: 0.859, blue: 0.435)
/* Android */
Color.parseColor("#4cdb6f")Accessibility — WCAG contrast
Aa
#4cdb6f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdb6f on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green85.9%
Blue43.5%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow49.3%
Key (black)14.1%
Color previews
#4cdb6f text on a black background
contrast 11.67:1
Card sample
#4cdb6f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdb6f;
Background color
Panel with #4cdb6f background
background-color: #4cdb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 219, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 219, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdb6f; background: linear-gradient(135deg, #4cdb6f, #4CDBCE);