#5eb76d
a balanced, soft green · cool · closest name: Medium Sea Green
At a glance
Every number on this page in one read: what #5eb76d 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 | #5eb76d |
| RGB | rgb(94, 183, 109) |
| HSL | hsl(130, 38%, 54%) |
| CMYK | cmyk(49%, 0%, 40%, 28%) |
| LAB | lab(67.5 -42.7 29.6) |
| LCH | lch(67.5 52.0 145.3) |
| OKLCH | oklch(0.705 0.137 147.7) |
| Decimal | 6207341 |
| Display P3 | color(display-p3 0.369 0.718 0.427) |
Copy-ready code
/* CSS */
color: #5eb76d;
background-color: #5eb76d;
/* Tailwind (arbitrary) */
class="text-[#5eb76d] bg-[#5eb76d]"
/* SCSS */
$brand: #5eb76d;
/* SwiftUI */
Color(red: 0.369, green: 0.718, blue: 0.427)
/* Android */
Color.parseColor("#5eb76d")
/* Flutter */
Color(0xFF5EB76D)
/* Python / OpenCV (BGR) */
(109, 183, 94)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. #5eb76d 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: #F5FAF6;
--brand-100: #EBF4ED;
--brand-200: #D3E9D6;
--brand-300: #B1DCB9;
--brand-400: #8BCB96;
--brand-500: #5eb76d;
--brand-600: #4CA95B;
--brand-700: #3F8D4C;
--brand-800: #32713D;
--brand-900: #28532F;
--brand-950: #19341D;
--brand: #5eb76d;
--brand-ink: #000000;
}Colors that work with #5eb76d
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 #5eb76d
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #B75EA8 | Directly opposite — maximum tension | |
| Analogous left | #7BB75E | Neighbour, quieter | |
| Analogous right | #5EB799 | Neighbour, quieter | |
| Split-complement 1 | #995EB7 | Contrast without the clash | |
| Split-complement 2 | #B75E7B | Contrast without the clash | |
| Triadic 1 | #6D5EB7 | Even thirds — balanced and loud | |
| Triadic 2 | #B76D5E | Even thirds — balanced and loud | |
| Tetradic | #5E7BB7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#5eb76d text on a black background
contrast 8.47:1
#5eb76d text on a white background
contrast 2.48:1
CSS3 live lab
The quick brown fox
color: #5eb76d;
background-color: #5eb76d;
Glowing headline
text-shadow: 2px 2px 8px #5eb76d;
Soft neon halo
text-shadow: 0 0 14px rgba(94, 183, 109, 0.45);
box-shadow: 0 12px 32px -8px rgba(94, 183, 109, 0.45);
border: 3px solid #5eb76d; background: linear-gradient(135deg, #5eb76d, #5EB7A8);
Monochromatic scale
Palettes built from #5eb76d
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 4.8 away, with its history, psychology and brand usage.
#5eb76d 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.
#5eb76d, answered
What color is #5eb76d?
#5eb76d is a balanced soft green, closest to Medium Sea Green (ΔE2000 4). It sits at 130° on the hue wheel with 38% saturation and 54% lightness, which reads as cool.
What is the RGB value of #5eb76d?
rgb(94, 183, 109) — 94 red, 183 green and 109 blue out of 255, or 36.9% / 71.8% / 42.7% by channel.
Is #5eb76d a light or a dark color?
It is a mid-tone. Relative luminance is 0.3735 and perceived brightness is 60%, so black text on it reaches 8.47:1.
Should I use black or white text on #5eb76d?
Black. It scores 8.47:1 against #5eb76d, versus 2.48:1 for white — AAA at any size.
What is the complementary color of #5eb76d?
#B75EA8 sits directly opposite on the wheel. Softer options are the split-complements #995EB7 and #B75E7B, which give the same contrast with far less vibration.
What colors go well with #5eb76d?
For interface work: #F4FAF5 as the surface, #C7E6CC for borders, #4B9B58 for secondary text, #B459BC as an accent and #275830 for hover and pressed states. For a palette, the analogous pair #7BB75E and #5EB799 stays calm, while #B75EA8 is the loudest partner.
What is #5eb76d in CMYK for printing?
cmyk(49%, 0%, 40%, 28%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #5eb76d warm or cool?
Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #70B75E; nudged cooler, #5CB98E.