#4abc4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
74, 188, 79
HSL
123°, 46%, 51%
CMYK
61, 0, 58, 26
Luminance
0.3799
Every format
| HEX | #4abc4f |
| RGB | rgb(74, 188, 79) |
| HSL | hsl(123, 46%, 51%) |
| CMYK | cmyk(61%, 0%, 58%, 26%) |
| LAB | lab(68.0 -54.1 45.0) |
| LCH | lch(68.0 70.4 140.3) |
| OKLCH | oklch(0.706 0.181 144.1) |
Copy-ready code
/* CSS */
color: #4abc4f;
background-color: #4abc4f;
/* Tailwind (arbitrary) */
class="text-[#4abc4f] bg-[#4abc4f]"
/* SCSS */
$brand: #4abc4f;
/* SwiftUI */
Color(red: 0.290, green: 0.737, blue: 0.310)
/* Android */
Color.parseColor("#4abc4f")Accessibility — WCAG contrast
Aa
#4abc4f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abc4f on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green73.7%
Blue31.0%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow58.0%
Key (black)26.3%
Color previews
#4abc4f text on a black background
contrast 8.60:1
Card sample
#4abc4f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abc4f;
Background color
Panel with #4abc4f background
background-color: #4abc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 188, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 188, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abc4f; background: linear-gradient(135deg, #4abc4f, #4ABC9B);