#ade65d
a balanced, vivid green · neutral · closest name: Yellow Green
At a glance
Every number on this page in one read: what #ade65d 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 | #ade65d |
| RGB | rgb(173, 230, 93) |
| HSL | hsl(85, 73%, 63%) |
| CMYK | cmyk(25%, 0%, 60%, 10%) |
| LAB | lab(85.1 -39.1 59.5) |
| LCH | lch(85.1 71.2 123.3) |
| OKLCH | oklch(0.859 0.177 128.7) |
| Decimal | 11396701 |
| Display P3 | color(display-p3 0.678 0.902 0.365) |
Copy-ready code
/* CSS */
color: #ade65d;
background-color: #ade65d;
/* Tailwind (arbitrary) */
class="text-[#ade65d] bg-[#ade65d]"
/* SCSS */
$brand: #ade65d;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.365)
/* Android */
Color.parseColor("#ade65d")
/* Flutter */
Color(0xFFADE65D)
/* Python / OpenCV (BGR) */
(93, 230, 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. #ade65d 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: #F8FCF3;
--brand-100: #F1F8E7;
--brand-200: #E1F3C8;
--brand-300: #CEF09E;
--brand-400: #ade65d;
--brand-500: #9DE13D;
--brand-600: #89D421;
--brand-700: #72B11B;
--brand-800: #5C8D16;
--brand-900: #446614;
--brand-950: #2B400C;
--brand: #ade65d;
--brand-ink: #000000;
}Colors that work with #ade65d
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 #ade65d
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 | #965DE6 | Directly opposite — maximum tension | |
| Analogous left | #E6DB5D | Neighbour, quieter | |
| Analogous right | #68E65D | Neighbour, quieter | |
| Split-complement 1 | #5D68E6 | Contrast without the clash | |
| Split-complement 2 | #DB5DE6 | Contrast without the clash | |
| Triadic 1 | #5DADE6 | Even thirds — balanced and loud | |
| Triadic 2 | #E65DAD | Even thirds — balanced and loud | |
| Tetradic | #5DE6DB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ade65d text on a black background
contrast 14.25:1
#ade65d text on a white background
contrast 1.47:1
CSS3 live lab
The quick brown fox
color: #ade65d;
background-color: #ade65d;
Glowing headline
text-shadow: 2px 2px 8px #ade65d;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 93, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 230, 93, 0.45);
border: 3px solid #ade65d; background: linear-gradient(135deg, #ade65d, #5DE668);
Monochromatic scale
Palettes built from #ade65d
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 7.4 away, with its history, psychology and brand usage.
#ade65d 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.
#ade65d, answered
What color is #ade65d?
#ade65d is a balanced vivid green, closest to Yellow Green (ΔE2000 6.4). It sits at 85° on the hue wheel with 73% saturation and 63% lightness, which reads as neutral.
What is the RGB value of #ade65d?
rgb(173, 230, 93) — 173 red, 230 green and 93 blue out of 255, or 67.8% / 90.2% / 36.5% by channel.
Is #ade65d a light or a dark color?
It is a light color. Relative luminance is 0.6627 and perceived brightness is 79%, so black text on it reaches 14.25:1.
Should I use black or white text on #ade65d?
Black. It scores 14.25:1 against #ade65d, versus 1.47:1 for white — AAA at any size.
What is the complementary color of #ade65d?
#965DE6 sits directly opposite on the wheel. Softer options are the split-complements #5D68E6 and #DB5DE6, which give the same contrast with far less vibration.
What colors go well with #ade65d?
For interface work: #F8FAF4 as the surface, #DAEDC0 for borders, #799B4B for secondary text, #7159EA as an accent and #486E11 for hover and pressed states. For a palette, the analogous pair #E6DB5D and #68E65D stays calm, while #965DE6 is the loudest partner.
What is #ade65d in CMYK for printing?
cmyk(25%, 0%, 60%, 10%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ade65d warm or cool?
Neutral — it scores 46 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFE65D; nudged cooler, #79E85B.