#4bc748
a balanced, vivid green · cool · closest name: forestgreen
RGB
75, 199, 72
HSL
119°, 53%, 53%
CMYK
62, 0, 64, 22
Luminance
0.4281
Every format
| HEX | #4bc748 |
| RGB | rgb(75, 199, 72) |
| HSL | hsl(119, 53%, 53%) |
| CMYK | cmyk(62%, 0%, 64%, 22%) |
| LAB | lab(71.4 -58.6 52.0) |
| LCH | lch(71.4 78.4 138.4) |
| OKLCH | oklch(0.734 0.200 142.9) |
Copy-ready code
/* CSS */
color: #4bc748;
background-color: #4bc748;
/* Tailwind (arbitrary) */
class="text-[#4bc748] bg-[#4bc748]"
/* SCSS */
$brand: #4bc748;
/* SwiftUI */
Color(red: 0.294, green: 0.780, blue: 0.282)
/* Android */
Color.parseColor("#4bc748")Accessibility — WCAG contrast
Aa
#4bc748 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc748 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green78.0%
Blue28.2%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow63.8%
Key (black)22.0%
Color previews
#4bc748 text on a black background
contrast 9.56:1
Card sample
#4bc748 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc748;
Background color
Panel with #4bc748 background
background-color: #4bc748;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc748;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 199, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 199, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc748; background: linear-gradient(135deg, #4bc748, #48C79A);