#4bdf6b
a balanced, vivid green · cool · closest name: forestgreen
RGB
75, 223, 107
HSL
133°, 70%, 58%
CMYK
66, 0, 52, 13
Luminance
0.5533
Every format
| HEX | #4bdf6b |
| RGB | rgb(75, 223, 107) |
| HSL | hsl(133, 70%, 58%) |
| CMYK | cmyk(66%, 0%, 52%, 13%) |
| LAB | lab(79.2 -62.9 45.3) |
| LCH | lch(79.2 77.5 144.3) |
| OKLCH | oklch(0.800 0.202 147.3) |
Copy-ready code
/* CSS */
color: #4bdf6b;
background-color: #4bdf6b;
/* Tailwind (arbitrary) */
class="text-[#4bdf6b] bg-[#4bdf6b]"
/* SCSS */
$brand: #4bdf6b;
/* SwiftUI */
Color(red: 0.294, green: 0.875, blue: 0.420)
/* Android */
Color.parseColor("#4bdf6b")Accessibility — WCAG contrast
Aa
#4bdf6b on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdf6b on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green87.5%
Blue42.0%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow52.0%
Key (black)12.5%
Color previews
#4bdf6b text on a black background
contrast 12.07:1
Card sample
#4bdf6b text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdf6b;
Background color
Panel with #4bdf6b background
background-color: #4bdf6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdf6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 223, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 223, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdf6b; background: linear-gradient(135deg, #4bdf6b, #4BDFCE);