#4bac3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
75, 172, 63
HSL
113°, 46%, 46%
CMYK
56, 0, 63, 33
Luminance
0.3136
Every format
| HEX | #4bac3f |
| RGB | rgb(75, 172, 63) |
| HSL | hsl(113, 46%, 46%) |
| CMYK | cmyk(56%, 0%, 63%, 33%) |
| LAB | lab(62.8 -49.7 46.3) |
| LCH | lch(62.8 67.9 137.0) |
| OKLCH | oklch(0.663 0.173 141.5) |
Copy-ready code
/* CSS */
color: #4bac3f;
background-color: #4bac3f;
/* Tailwind (arbitrary) */
class="text-[#4bac3f] bg-[#4bac3f]"
/* SCSS */
$brand: #4bac3f;
/* SwiftUI */
Color(red: 0.294, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#4bac3f")Accessibility — WCAG contrast
Aa
#4bac3f on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bac3f on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.5%
Blue24.7%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow63.4%
Key (black)32.5%
Color previews
#4bac3f text on a black background
contrast 7.27:1
Card sample
#4bac3f text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bac3f;
Background color
Panel with #4bac3f background
background-color: #4bac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bac3f; background: linear-gradient(135deg, #4bac3f, #3FAC7C);