#4cb70f
a dark, electric green · cool · closest name: green
RGB
76, 183, 15
HSL
98°, 85%, 39%
CMYK
59, 0, 92, 28
Luminance
0.3544
Every format
| HEX | #4cb70f |
| RGB | rgb(76, 183, 15) |
| HSL | hsl(98, 85%, 39%) |
| CMYK | cmyk(59%, 0%, 92%, 28%) |
| LAB | lab(66.1 -56.4 64.4) |
| LCH | lch(66.1 85.7 131.2) |
| OKLCH | oklch(0.689 0.210 138.2) |
Copy-ready code
/* CSS */
color: #4cb70f;
background-color: #4cb70f;
/* Tailwind (arbitrary) */
class="text-[#4cb70f] bg-[#4cb70f]"
/* SCSS */
$brand: #4cb70f;
/* SwiftUI */
Color(red: 0.298, green: 0.718, blue: 0.059)
/* Android */
Color.parseColor("#4cb70f")Accessibility — WCAG contrast
Aa
#4cb70f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cb70f on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green71.8%
Blue5.9%
CMYK percentages
Cyan58.5%
Magenta0.0%
Yellow91.8%
Key (black)28.2%
Color previews
#4cb70f text on a black background
contrast 8.09:1
Card sample
#4cb70f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cb70f;
Background color
Panel with #4cb70f background
background-color: #4cb70f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cb70f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 183, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 183, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cb70f; background: linear-gradient(135deg, #4cb70f, #0FB742);