#4fd37f
a balanced, vivid green · cool · closest name: Light Green
At a glance
Every number on this page in one read: what #4fd37f is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #4fd37f |
| RGB | rgb(79, 211, 127) |
| HSL | hsl(142, 60%, 57%) |
| CMYK | cmyk(63%, 0%, 40%, 17%) |
| LAB | lab(75.9 -54.5 31.2) |
| LCH | lch(75.9 62.8 150.2) |
| OKLCH | oklch(0.774 0.167 152.3) |
| Decimal | 5231487 |
| Display P3 | color(display-p3 0.310 0.827 0.498) |
Copy-ready code
/* CSS */
color: #4fd37f;
background-color: #4fd37f;
/* Tailwind (arbitrary) */
class="text-[#4fd37f] bg-[#4fd37f]"
/* SCSS */
$brand: #4fd37f;
/* SwiftUI */
Color(red: 0.310, green: 0.827, blue: 0.498)
/* Android */
Color.parseColor("#4fd37f")
/* Flutter */
Color(0xFF4FD37F)
/* Python / OpenCV (BGR) */
(127, 211, 79)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #4fd37f is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F4FBF6;
--brand-100: #E9F7EE;
--brand-200: #CCEFD9;
--brand-300: #A5E9BE;
--brand-400: #78DD9D;
--brand-500: #4fd37f;
--brand-600: #31C466;
--brand-700: #29A355;
--brand-800: #218344;
--brand-900: #1B5F34;
--brand-950: #113B20;
--brand: #4fd37f;
--brand-ink: #000000;
}Colors that work with #4fd37f
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #4fd37f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #D34FA3 | Directly opposite — maximum tension | |
| Analogous left | #61D34F | Neighbour, quieter | |
| Analogous right | #4FD3C1 | Neighbour, quieter | |
| Split-complement 1 | #C14FD3 | Contrast without the clash | |
| Split-complement 2 | #D34F61 | Contrast without the clash | |
| Triadic 1 | #7F4FD3 | Even thirds — balanced and loud | |
| Triadic 2 | #D37F4F | Even thirds — balanced and loud | |
| Tetradic | #4F61D3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#4fd37f text on a black background
contrast 10.96:1
#4fd37f text on a white background
contrast 1.92:1
CSS3 live lab
The quick brown fox
color: #4fd37f;
background-color: #4fd37f;
Glowing headline
text-shadow: 2px 2px 8px #4fd37f;
Soft neon halo
text-shadow: 0 0 14px rgba(79, 211, 127, 0.45);
box-shadow: 0 12px 32px -8px rgba(79, 211, 127, 0.45);
border: 3px solid #4fd37f; background: linear-gradient(135deg, #4fd37f, #4FCFD3);
Monochromatic scale
Palettes built from #4fd37f
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Emerald (#50c878) — ΔE2000 2.7 away, with its history, psychology and brand usage.
#4fd37f in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#4fd37f, answered
What color is #4fd37f?
#4fd37f is a balanced vivid green, closest to Light Green (ΔE2000 8.4). It sits at 142° on the hue wheel with 60% saturation and 57% lightness, which reads as cool.
What is the RGB value of #4fd37f?
rgb(79, 211, 127) — 79 red, 211 green and 127 blue out of 255, or 31% / 82.7% / 49.8% by channel.
Is #4fd37f a light or a dark color?
It is a mid-tone. Relative luminance is 0.4978 and perceived brightness is 68%, so black text on it reaches 10.96:1.
Should I use black or white text on #4fd37f?
Black. It scores 10.96:1 against #4fd37f, versus 1.92:1 for white — AAA at any size.
What is the complementary color of #4fd37f?
#D34FA3 sits directly opposite on the wheel. Softer options are the split-complements #C14FD3 and #D34F61, which give the same contrast with far less vibration.
What colors go well with #4fd37f?
For interface work: #F4FAF7 as the surface, #C0EDD0 for borders, #4B9B68 for secondary text, #D74BC7 as an accent and #1A6635 for hover and pressed states. For a palette, the analogous pair #61D34F and #4FD3C1 stays calm, while #D34FA3 is the loudest partner.
What is #4fd37f in CMYK for printing?
cmyk(63%, 0%, 40%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #4fd37f warm or cool?
Cool — it scores 72 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #50D34F; nudged cooler, #4DD5B0.