#4ccc7f
a balanced, vivid green · cool · closest name: seagreen
RGB
76, 204, 127
HSL
144°, 56%, 55%
CMYK
63, 0, 38, 20
Luminance
0.4625
Every format
| HEX | #4ccc7f |
| RGB | rgb(76, 204, 127) |
| HSL | hsl(144, 56%, 55%) |
| CMYK | cmyk(63%, 0%, 38%, 20%) |
| LAB | lab(73.7 -52.4 28.2) |
| LCH | lch(73.7 59.5 151.7) |
| OKLCH | oklch(0.755 0.158 153.6) |
Copy-ready code
/* CSS */
color: #4ccc7f;
background-color: #4ccc7f;
/* Tailwind (arbitrary) */
class="text-[#4ccc7f] bg-[#4ccc7f]"
/* SCSS */
$brand: #4ccc7f;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.498)
/* Android */
Color.parseColor("#4ccc7f")Accessibility — WCAG contrast
Aa
#4ccc7f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccc7f on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue49.8%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow37.7%
Key (black)20.0%
Color previews
#4ccc7f text on a black background
contrast 10.25:1
Card sample
#4ccc7f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccc7f;
Background color
Panel with #4ccc7f background
background-color: #4ccc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccc7f; background: linear-gradient(135deg, #4ccc7f, #4CC4CC);