#a7df63
a balanced, vivid green · neutral · closest name: Yellow Green
At a glance
Every number on this page in one read: what #a7df63 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 | #a7df63 |
| RGB | rgb(167, 223, 99) |
| HSL | hsl(87, 66%, 63%) |
| CMYK | cmyk(25%, 0%, 56%, 13%) |
| LAB | lab(82.9 -37.6 54.2) |
| LCH | lch(82.9 66.0 124.8) |
| OKLCH | oklch(0.839 0.165 129.6) |
| Decimal | 11001699 |
| Display P3 | color(display-p3 0.655 0.875 0.388) |
Copy-ready code
/* CSS */
color: #a7df63;
background-color: #a7df63;
/* Tailwind (arbitrary) */
class="text-[#a7df63] bg-[#a7df63]"
/* SCSS */
$brand: #a7df63;
/* SwiftUI */
Color(red: 0.655, green: 0.875, blue: 0.388)
/* Android */
Color.parseColor("#a7df63")
/* Flutter */
Color(0xFFA7DF63)
/* Python / OpenCV (BGR) */
(99, 223, 167)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. #a7df63 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: #F8FBF3;
--brand-100: #F0F8E8;
--brand-200: #E0F1CB;
--brand-300: #CAECA2;
--brand-400: #a7df63;
--brand-500: #96D945;
--brand-600: #82CB2A;
--brand-700: #6DA923;
--brand-800: #57871C;
--brand-900: #416218;
--brand-950: #283D0F;
--brand: #a7df63;
--brand-ink: #000000;
}Colors that work with #a7df63
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 #a7df63
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 | #9B63DF | Directly opposite — maximum tension | |
| Analogous left | #DFD963 | Neighbour, quieter | |
| Analogous right | #69DF63 | Neighbour, quieter | |
| Split-complement 1 | #6369DF | Contrast without the clash | |
| Split-complement 2 | #D963DF | Contrast without the clash | |
| Triadic 1 | #63A7DF | Even thirds — balanced and loud | |
| Triadic 2 | #DF63A7 | Even thirds — balanced and loud | |
| Tetradic | #63DFD9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#a7df63 text on a black background
contrast 13.38:1
#a7df63 text on a white background
contrast 1.57:1
CSS3 live lab
The quick brown fox
color: #a7df63;
background-color: #a7df63;
Glowing headline
text-shadow: 2px 2px 8px #a7df63;
Soft neon halo
text-shadow: 0 0 14px rgba(167, 223, 99, 0.45);
box-shadow: 0 12px 32px -8px rgba(167, 223, 99, 0.45);
border: 3px solid #a7df63; background: linear-gradient(135deg, #a7df63, #63DF71);
Monochromatic scale
Palettes built from #a7df63
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: Pistachio (#93c572) — ΔE2000 8.3 away, with its history, psychology and brand usage.
#a7df63 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.
#a7df63, answered
What color is #a7df63?
#a7df63 is a balanced vivid green, closest to Yellow Green (ΔE2000 5.8). It sits at 87° on the hue wheel with 66% saturation and 63% lightness, which reads as neutral.
What is the RGB value of #a7df63?
rgb(167, 223, 99) — 167 red, 223 green and 99 blue out of 255, or 65.5% / 87.5% / 38.8% by channel.
Is #a7df63 a light or a dark color?
It is a light color. Relative luminance is 0.6189 and perceived brightness is 77%, so black text on it reaches 13.38:1.
Should I use black or white text on #a7df63?
Black. It scores 13.38:1 against #a7df63, versus 1.57:1 for white — AAA at any size.
What is the complementary color of #a7df63?
#9B63DF sits directly opposite on the wheel. Softer options are the split-complements #6369DF and #D963DF, which give the same contrast with far less vibration.
What colors go well with #a7df63?
For interface work: #F8FAF4 as the surface, #D8EDC0 for borders, #779B4B for secondary text, #7A5FE3 as an accent and #446A16 for hover and pressed states. For a palette, the analogous pair #DFD963 and #69DF63 stays calm, while #9B63DF is the loudest partner.
What is #a7df63 in CMYK for printing?
cmyk(25%, 0%, 56%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #a7df63 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 #D4DF63; nudged cooler, #78E161.