#ade84d
a balanced, electric green · neutral · closest name: Green Yellow
At a glance
Every number on this page in one read: what #ade84d is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ade84d |
| RGB | rgb(173, 232, 77) |
| HSL | hsl(83, 77%, 61%) |
| CMYK | cmyk(25%, 0%, 67%, 9%) |
| LAB | lab(85.6 -41.2 66.4) |
| LCH | lch(85.6 78.2 121.8) |
| OKLCH | oklch(0.862 0.191 127.9) |
| Decimal | 11397197 |
| Display P3 | color(display-p3 0.678 0.910 0.302) |
Copy-ready code
/* CSS */
color: #ade84d;
background-color: #ade84d;
/* Tailwind (arbitrary) */
class="text-[#ade84d] bg-[#ade84d]"
/* SCSS */
$brand: #ade84d;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.302)
/* Android */
Color.parseColor("#ade84d")
/* Flutter */
Color(0xFFADE84D)
/* Python / OpenCV (BGR) */
(77, 232, 173)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. #ade84d 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: #F8FCF3;
--brand-100: #F2F9E6;
--brand-200: #E3F4C7;
--brand-300: #D1F29C;
--brand-400: #BAEC6A;
--brand-500: #ade84d;
--brand-600: #91D91C;
--brand-700: #79B517;
--brand-800: #619113;
--brand-900: #486912;
--brand-950: #2D410B;
--brand: #ade84d;
--brand-ink: #000000;
}Colors that work with #ade84d
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 #ade84d
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 | #884DE8 | Directly opposite — maximum tension | |
| Analogous left | #E8D54D | Neighbour, quieter | |
| Analogous right | #60E84D | Neighbour, quieter | |
| Split-complement 1 | #4D60E8 | Contrast without the clash | |
| Split-complement 2 | #D54DE8 | Contrast without the clash | |
| Triadic 1 | #4DADE8 | Even thirds — balanced and loud | |
| Triadic 2 | #E84DAD | Even thirds — balanced and loud | |
| Tetradic | #4DE8D5 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ade84d text on a black background
contrast 14.43:1
#ade84d text on a white background
contrast 1.46:1
CSS3 live lab
The quick brown fox
color: #ade84d;
background-color: #ade84d;
Glowing headline
text-shadow: 2px 2px 8px #ade84d;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 77, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 232, 77, 0.45);
border: 3px solid #ade84d; background: linear-gradient(135deg, #ade84d, #4DE854);
Monochromatic scale
Palettes built from #ade84d
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: Spring Bud (#a7fc00) — ΔE2000 5.8 away, with its history, psychology and brand usage.
#ade84d in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#ade84d, answered
What color is #ade84d?
#ade84d is a balanced electric green, closest to Green Yellow (ΔE2000 5.6). It sits at 83° on the hue wheel with 77% saturation and 61% lightness, which reads as neutral.
What is the RGB value of #ade84d?
rgb(173, 232, 77) — 173 red, 232 green and 77 blue out of 255, or 67.8% / 91% / 30.2% by channel.
Is #ade84d a light or a dark color?
It is a light color. Relative luminance is 0.6713 and perceived brightness is 80%, so black text on it reaches 14.43:1.
Should I use black or white text on #ade84d?
Black. It scores 14.43:1 against #ade84d, versus 1.46:1 for white — AAA at any size.
What is the complementary color of #ade84d?
#884DE8 sits directly opposite on the wheel. Softer options are the split-complements #4D60E8 and #D54DE8, which give the same contrast with far less vibration.
What colors go well with #ade84d?
For interface work: #F8FAF4 as the surface, #DCEDC0 for borders, #7C9B4B for secondary text, #5E49EC as an accent and #4C710F for hover and pressed states. For a palette, the analogous pair #E8D54D and #60E84D stays calm, while #884DE8 is the loudest partner.
What is #ade84d in CMYK for printing?
cmyk(25%, 0%, 67%, 9%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #ade84d warm or cool?
Neutral — it scores 44 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E6E84D; nudged cooler, #73EA4B.