#4ccc99
a balanced, vivid green · cool · closest name: aquamarine
RGB
76, 204, 153
HSL
156°, 56%, 55%
CMYK
63, 0, 25, 20
Luminance
0.4702
Every format
| HEX | #4ccc99 |
| RGB | rgb(76, 204, 153) |
| HSL | hsl(156, 56%, 55%) |
| CMYK | cmyk(63%, 0%, 25%, 20%) |
| LAB | lab(74.2 -47.2 15.2) |
| LCH | lch(74.2 49.5 162.1) |
| OKLCH | oklch(0.761 0.136 163.4) |
Copy-ready code
/* CSS */
color: #4ccc99;
background-color: #4ccc99;
/* Tailwind (arbitrary) */
class="text-[#4ccc99] bg-[#4ccc99]"
/* SCSS */
$brand: #4ccc99;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.600)
/* Android */
Color.parseColor("#4ccc99")Accessibility — WCAG contrast
Aa
#4ccc99 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccc99 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue60.0%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow25.0%
Key (black)20.0%
Color previews
#4ccc99 text on a black background
contrast 10.40:1
Card sample
#4ccc99 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccc99;
Background color
Panel with #4ccc99 background
background-color: #4ccc99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccc99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccc99; background: linear-gradient(135deg, #4ccc99, #4CAACC);