#4bc062
a balanced, vivid green · cool · closest name: forestgreen
RGB
75, 192, 98
HSL
132°, 48%, 52%
CMYK
61, 0, 49, 25
Luminance
0.4008
Every format
| HEX | #4bc062 |
| RGB | rgb(75, 192, 98) |
| HSL | hsl(132, 48%, 52%) |
| CMYK | cmyk(61%, 0%, 49%, 25%) |
| LAB | lab(69.5 -52.8 37.6) |
| LCH | lch(69.5 64.8 144.5) |
| OKLCH | oklch(0.719 0.170 147.4) |
Copy-ready code
/* CSS */
color: #4bc062;
background-color: #4bc062;
/* Tailwind (arbitrary) */
class="text-[#4bc062] bg-[#4bc062]"
/* SCSS */
$brand: #4bc062;
/* SwiftUI */
Color(red: 0.294, green: 0.753, blue: 0.384)
/* Android */
Color.parseColor("#4bc062")Accessibility — WCAG contrast
Aa
#4bc062 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc062 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green75.3%
Blue38.4%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow49.0%
Key (black)24.7%
Color previews
#4bc062 text on a black background
contrast 9.02:1
Card sample
#4bc062 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc062;
Background color
Panel with #4bc062 background
background-color: #4bc062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 192, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 192, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc062; background: linear-gradient(135deg, #4bc062, #4BC0B0);