#4ca725
a dark, vivid green · cool · closest name: forestgreen
RGB
76, 167, 37
HSL
102°, 64%, 40%
CMYK
55, 0, 78, 35
Luminance
0.2931
Every format
| HEX | #4ca725 |
| RGB | rgb(76, 167, 37) |
| HSL | hsl(102, 64%, 40%) |
| CMYK | cmyk(55%, 0%, 78%, 35%) |
| LAB | lab(61.0 -49.7 54.7) |
| LCH | lch(61.0 73.9 132.3) |
| OKLCH | oklch(0.648 0.184 138.4) |
Copy-ready code
/* CSS */
color: #4ca725;
background-color: #4ca725;
/* Tailwind (arbitrary) */
class="text-[#4ca725] bg-[#4ca725]"
/* SCSS */
$brand: #4ca725;
/* SwiftUI */
Color(red: 0.298, green: 0.655, blue: 0.145)
/* Android */
Color.parseColor("#4ca725")Accessibility — WCAG contrast
Aa
#4ca725 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ca725 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green65.5%
Blue14.5%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow77.8%
Key (black)34.5%
Color previews
#4ca725 text on a black background
contrast 6.86:1
Card sample
#4ca725 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ca725;
Background color
Panel with #4ca725 background
background-color: #4ca725;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ca725;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 167, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 167, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ca725; background: linear-gradient(135deg, #4ca725, #25A755);