#7ade78
a light, vivid green · cool · closest name: Light Green
At a glance
Every number on this page in one read: what #7ade78 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 | #7ade78 |
| RGB | rgb(122, 222, 120) |
| HSL | hsl(119, 61%, 67%) |
| CMYK | cmyk(45%, 0%, 46%, 13%) |
| LAB | lab(80.6 -49.5 41.0) |
| LCH | lch(80.6 64.3 140.4) |
| OKLCH | oklch(0.816 0.168 143.5) |
| Decimal | 8052344 |
| Display P3 | color(display-p3 0.478 0.871 0.471) |
Copy-ready code
/* CSS */
color: #7ade78;
background-color: #7ade78;
/* Tailwind (arbitrary) */
class="text-[#7ade78] bg-[#7ade78]"
/* SCSS */
$brand: #7ade78;
/* SwiftUI */
Color(red: 0.478, green: 0.871, blue: 0.471)
/* Android */
Color.parseColor("#7ade78")
/* Flutter */
Color(0xFF7ADE78)
/* Python / OpenCV (BGR) */
(120, 222, 122)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. #7ade78 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F4FBF4;
--brand-100: #E9F7E8;
--brand-200: #CDF0CC;
--brand-300: #A6E9A5;
--brand-400: #7ade78;
--brand-500: #4DD34B;
--brand-600: #33C530;
--brand-700: #2BA428;
--brand-800: #228320;
--brand-900: #1C5F1B;
--brand-950: #123C11;
--brand: #7ade78;
--brand-ink: #000000;
}Colors that work with #7ade78
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 #7ade78
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
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #DC78DE | Directly opposite — maximum tension | |
| Analogous left | #ADDE78 | Neighbour, quieter | |
| Analogous right | #78DEA9 | Neighbour, quieter | |
| Split-complement 1 | #A978DE | Contrast without the clash | |
| Split-complement 2 | #DE78AD | Contrast without the clash | |
| Triadic 1 | #787ADE | Even thirds — balanced and loud | |
| Triadic 2 | #DE787A | Even thirds — balanced and loud | |
| Tetradic | #78ADDE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7ade78 text on a black background
contrast 12.55:1
#7ade78 text on a white background
contrast 1.67:1
CSS3 live lab
The quick brown fox
color: #7ade78;
background-color: #7ade78;
Glowing headline
text-shadow: 2px 2px 8px #7ade78;
Soft neon halo
text-shadow: 0 0 14px rgba(122, 222, 120, 0.45);
box-shadow: 0 12px 32px -8px rgba(122, 222, 120, 0.45);
border: 3px solid #7ade78; background: linear-gradient(135deg, #7ade78, #78DEBA);
Monochromatic scale
Palettes built from #7ade78
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: Pale Green (#98fb98) — ΔE2000 6.7 away, with its history, psychology and brand usage.
#7ade78 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.
#7ade78, answered
What color is #7ade78?
#7ade78 is a light vivid green, closest to Light Green (ΔE2000 4.2). It sits at 119° on the hue wheel with 61% saturation and 67% lightness, which reads as cool.
What is the RGB value of #7ade78?
rgb(122, 222, 120) — 122 red, 222 green and 120 blue out of 255, or 47.8% / 87.1% / 47.1% by channel.
Is #7ade78 a light or a dark color?
It is a light color. Relative luminance is 0.5774 and perceived brightness is 73%, so black text on it reaches 12.55:1.
Should I use black or white text on #7ade78?
Black. It scores 12.55:1 against #7ade78, versus 1.67:1 for white — AAA at any size.
What is the complementary color of #7ade78?
#DC78DE sits directly opposite on the wheel. Softer options are the split-complements #A978DE and #DE78AD, which give the same contrast with far less vibration.
What colors go well with #7ade78?
For interface work: #F4FAF4 as the surface, #C1EDC0 for borders, #4C9B4B for secondary text, #8424A8 as an accent and #1B6619 for hover and pressed states. For a palette, the analogous pair #ADDE78 and #78DEA9 stays calm, while #DC78DE is the loudest partner.
What is #7ade78 in CMYK for printing?
cmyk(45%, 0%, 46%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7ade78 warm or cool?
Cool — it scores 62 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A0DE78; nudged cooler, #77E09B.