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