#4bad39
a balanced, vivid green · cool · closest name: forestgreen
RGB
75, 173, 57
HSL
111°, 50%, 45%
CMYK
57, 0, 67, 32
Luminance
0.3168
Every format
| HEX | #4bad39 |
| RGB | rgb(75, 173, 57) |
| HSL | hsl(111, 50%, 45%) |
| CMYK | cmyk(57%, 0%, 67%, 32%) |
| LAB | lab(63.1 -50.6 49.2) |
| LCH | lch(63.1 70.6 135.8) |
| OKLCH | oklch(0.665 0.179 140.8) |
Copy-ready code
/* CSS */
color: #4bad39;
background-color: #4bad39;
/* Tailwind (arbitrary) */
class="text-[#4bad39] bg-[#4bad39]"
/* SCSS */
$brand: #4bad39;
/* SwiftUI */
Color(red: 0.294, green: 0.678, blue: 0.224)
/* Android */
Color.parseColor("#4bad39")Accessibility — WCAG contrast
Aa
#4bad39 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bad39 on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.8%
Blue22.4%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow67.1%
Key (black)32.2%
Color previews
#4bad39 text on a black background
contrast 7.34:1
Card sample
#4bad39 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bad39;
Background color
Panel with #4bad39 background
background-color: #4bad39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bad39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 173, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 173, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bad39; background: linear-gradient(135deg, #4bad39, #39AD74);