#4ea607
a dark, electric green · cool · closest name: green
RGB
78, 166, 7
HSL
93°, 92%, 34%
CMYK
53, 0, 96, 35
Luminance
0.2891
Every format
| HEX | #4ea607 |
| RGB | rgb(78, 166, 7) |
| HSL | hsl(93, 92%, 34%) |
| CMYK | cmyk(53%, 0%, 96%, 35%) |
| LAB | lab(60.7 -49.9 61.1) |
| LCH | lch(60.7 78.9 129.2) |
| OKLCH | oklch(0.645 0.192 136.6) |
Copy-ready code
/* CSS */
color: #4ea607;
background-color: #4ea607;
/* Tailwind (arbitrary) */
class="text-[#4ea607] bg-[#4ea607]"
/* SCSS */
$brand: #4ea607;
/* SwiftUI */
Color(red: 0.306, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#4ea607")Accessibility — WCAG contrast
Aa
#4ea607 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ea607 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green65.1%
Blue2.7%
CMYK percentages
Cyan53.0%
Magenta0.0%
Yellow95.8%
Key (black)34.9%
Color previews
#4ea607 text on a black background
contrast 6.78:1
Card sample
#4ea607 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ea607;
Background color
Panel with #4ea607 background
background-color: #4ea607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ea607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ea607; background: linear-gradient(135deg, #4ea607, #07A62A);