#4bc563
a balanced, vivid green · cool · closest name: forestgreen
RGB
75, 197, 99
HSL
132°, 51%, 53%
CMYK
62, 0, 50, 23
Luminance
0.4233
Every format
| HEX | #4bc563 |
| RGB | rgb(75, 197, 99) |
| HSL | hsl(132, 51%, 53%) |
| CMYK | cmyk(62%, 0%, 50%, 23%) |
| LAB | lab(71.1 -54.5 39.1) |
| LCH | lch(71.1 67.1 144.4) |
| OKLCH | oklch(0.732 0.175 147.3) |
Copy-ready code
/* CSS */
color: #4bc563;
background-color: #4bc563;
/* Tailwind (arbitrary) */
class="text-[#4bc563] bg-[#4bc563]"
/* SCSS */
$brand: #4bc563;
/* SwiftUI */
Color(red: 0.294, green: 0.773, blue: 0.388)
/* Android */
Color.parseColor("#4bc563")Accessibility — WCAG contrast
Aa
#4bc563 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc563 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green77.3%
Blue38.8%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow49.7%
Key (black)22.7%
Color previews
#4bc563 text on a black background
contrast 9.47:1
Card sample
#4bc563 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc563;
Background color
Panel with #4bc563 background
background-color: #4bc563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 197, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 197, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc563; background: linear-gradient(135deg, #4bc563, #4BC5B4);