#4bed6f
a balanced, electric green · cool · closest name: forestgreen
RGB
75, 237, 111
HSL
133°, 82%, 61%
CMYK
68, 0, 53, 7
Luminance
0.6321
Every format
| HEX | #4bed6f |
| RGB | rgb(75, 237, 111) |
| HSL | hsl(133, 82%, 61%) |
| CMYK | cmyk(68%, 0%, 53%, 7%) |
| LAB | lab(83.5 -67.2 48.6) |
| LCH | lch(83.5 82.9 144.1) |
| OKLCH | oklch(0.836 0.215 147.2) |
Copy-ready code
/* CSS */
color: #4bed6f;
background-color: #4bed6f;
/* Tailwind (arbitrary) */
class="text-[#4bed6f] bg-[#4bed6f]"
/* SCSS */
$brand: #4bed6f;
/* SwiftUI */
Color(red: 0.294, green: 0.929, blue: 0.435)
/* Android */
Color.parseColor("#4bed6f")Accessibility — WCAG contrast
Aa
#4bed6f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bed6f on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green92.9%
Blue43.5%
CMYK percentages
Cyan68.4%
Magenta0.0%
Yellow53.2%
Key (black)7.1%
Color previews
#4bed6f text on a black background
contrast 13.64:1
Card sample
#4bed6f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bed6f;
Background color
Panel with #4bed6f background
background-color: #4bed6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bed6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 237, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 237, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bed6f; background: linear-gradient(135deg, #4bed6f, #4BEDDB);