#adeb62
a light, electric green · neutral · closest name: Green Yellow
At a glance
Every number on this page in one read: what #adeb62 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 | #adeb62 |
| RGB | rgb(173, 235, 98) |
| HSL | hsl(87, 77%, 65%) |
| CMYK | cmyk(26%, 0%, 58%, 8%) |
| LAB | lab(86.6 -40.9 59.0) |
| LCH | lch(86.6 71.8 124.7) |
| OKLCH | oklch(0.871 0.179 129.9) |
| Decimal | 11397986 |
| Display P3 | color(display-p3 0.678 0.922 0.384) |
Copy-ready code
/* CSS */
color: #adeb62;
background-color: #adeb62;
/* Tailwind (arbitrary) */
class="text-[#adeb62] bg-[#adeb62]"
/* SCSS */
$brand: #adeb62;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.384)
/* Android */
Color.parseColor("#adeb62")
/* Flutter */
Color(0xFFADEB62)
/* Python / OpenCV (BGR) */
(98, 235, 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. #adeb62 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: #F1F9E6;
--brand-200: #E0F4C7;
--brand-300: #CBF29B;
--brand-400: #adeb62;
--brand-500: #97E638;
--brand-600: #83D91C;
--brand-700: #6DB517;
--brand-800: #579112;
--brand-900: #416912;
--brand-950: #29410B;
--brand: #adeb62;
--brand-ink: #000000;
}Colors that work with #adeb62
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 #adeb62
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 | #A062EB | Directly opposite — maximum tension | |
| Analogous left | #EBE562 | Neighbour, quieter | |
| Analogous right | #68EB62 | Neighbour, quieter | |
| Split-complement 1 | #6268EB | Contrast without the clash | |
| Split-complement 2 | #E562EB | Contrast without the clash | |
| Triadic 1 | #62ADEB | Even thirds — balanced and loud | |
| Triadic 2 | #EB62AD | Even thirds — balanced and loud | |
| Tetradic | #62EBE5 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#adeb62 text on a black background
contrast 14.84:1
#adeb62 text on a white background
contrast 1.42:1
CSS3 live lab
The quick brown fox
color: #adeb62;
background-color: #adeb62;
Glowing headline
text-shadow: 2px 2px 8px #adeb62;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 98, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 235, 98, 0.45);
border: 3px solid #adeb62; background: linear-gradient(135deg, #adeb62, #62EB72);
Monochromatic scale
Palettes built from #adeb62
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 away, with its history, psychology and brand usage.
#adeb62 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.
#adeb62, answered
What color is #adeb62?
#adeb62 is a light electric green, closest to Green Yellow (ΔE2000 6.4). It sits at 87° on the hue wheel with 77% saturation and 65% lightness, which reads as neutral.
What is the RGB value of #adeb62?
rgb(173, 235, 98) — 173 red, 235 green and 98 blue out of 255, or 67.8% / 92.2% / 38.4% by channel.
Is #adeb62 a light or a dark color?
It is a light color. Relative luminance is 0.6918 and perceived brightness is 81%, so black text on it reaches 14.84:1.
Should I use black or white text on #adeb62?
Black. It scores 14.84:1 against #adeb62, versus 1.42:1 for white — AAA at any size.
What is the complementary color of #adeb62?
#A062EB sits directly opposite on the wheel. Softer options are the split-complements #6268EB and #E562EB, which give the same contrast with far less vibration.
What colors go well with #adeb62?
For interface work: #F8FAF4 as the surface, #D8EDC0 for borders, #769B4B for secondary text, #7C5EEF as an accent and #44710E for hover and pressed states. For a palette, the analogous pair #EBE562 and #68EB62 stays calm, while #A062EB is the loudest partner.
What is #adeb62 in CMYK for printing?
cmyk(26%, 0%, 58%, 8%). 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 #adeb62 warm or cool?
Neutral — it scores 48 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DFEB62; nudged cooler, #7AED60.