#4ccf5e
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 207, 94
HSL
128°, 58%, 56%
CMYK
63, 0, 55, 19
Luminance
0.4697
Every format
| HEX | #4ccf5e |
| RGB | rgb(76, 207, 94) |
| HSL | hsl(128, 58%, 56%) |
| CMYK | cmyk(63%, 0%, 55%, 19%) |
| LAB | lab(74.2 -58.7 45.3) |
| LCH | lch(74.2 74.1 142.4) |
| OKLCH | oklch(0.758 0.192 145.7) |
Copy-ready code
/* CSS */
color: #4ccf5e;
background-color: #4ccf5e;
/* Tailwind (arbitrary) */
class="text-[#4ccf5e] bg-[#4ccf5e]"
/* SCSS */
$brand: #4ccf5e;
/* SwiftUI */
Color(red: 0.298, green: 0.812, blue: 0.369)
/* Android */
Color.parseColor("#4ccf5e")Accessibility — WCAG contrast
Aa
#4ccf5e on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccf5e on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green81.2%
Blue36.9%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow54.6%
Key (black)18.8%
Color previews
#4ccf5e text on a black background
contrast 10.39:1
Card sample
#4ccf5e text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccf5e;
Background color
Panel with #4ccf5e background
background-color: #4ccf5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccf5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 207, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 207, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccf5e; background: linear-gradient(135deg, #4ccf5e, #4CCFB5);