#afdb7d
a light, vivid green · neutral · closest name: Light Green
At a glance
Every number on this page in one read: what #afdb7d 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 | #afdb7d |
| RGB | rgb(175, 219, 125) |
| HSL | hsl(88, 57%, 68%) |
| CMYK | cmyk(20%, 0%, 43%, 14%) |
| LAB | lab(82.5 -30.1 41.5) |
| LCH | lch(82.5 51.3 125.9) |
| OKLCH | oklch(0.839 0.131 129.4) |
| Decimal | 11524989 |
| Display P3 | color(display-p3 0.686 0.859 0.490) |
Copy-ready code
/* CSS */
color: #afdb7d;
background-color: #afdb7d;
/* Tailwind (arbitrary) */
class="text-[#afdb7d] bg-[#afdb7d]"
/* SCSS */
$brand: #afdb7d;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.490)
/* Android */
Color.parseColor("#afdb7d")
/* Flutter */
Color(0xFFAFDB7D)
/* Python / OpenCV (BGR) */
(125, 219, 175)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. #afdb7d 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: #F8FBF4;
--brand-100: #F0F6E9;
--brand-200: #DFEECD;
--brand-300: #C9E7A7;
--brand-400: #afdb7d;
--brand-500: #93CE4F;
--brand-600: #7FC035;
--brand-700: #6AA02C;
--brand-800: #558023;
--brand-900: #3F5D1D;
--brand-950: #283A12;
--brand: #afdb7d;
--brand-ink: #000000;
}Colors that work with #afdb7d
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 #afdb7d
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 | #A97DDB | Directly opposite — maximum tension | |
| Analogous left | #DBD87D | Neighbour, quieter | |
| Analogous right | #80DB7D | Neighbour, quieter | |
| Split-complement 1 | #7D80DB | Contrast without the clash | |
| Split-complement 2 | #D87DDB | Contrast without the clash | |
| Triadic 1 | #7DAFDB | Even thirds — balanced and loud | |
| Triadic 2 | #DB7DAF | Even thirds — balanced and loud | |
| Tetradic | #7DDBD8 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#afdb7d text on a black background
contrast 13.25:1
#afdb7d text on a white background
contrast 1.58:1
CSS3 live lab
The quick brown fox
color: #afdb7d;
background-color: #afdb7d;
Glowing headline
text-shadow: 2px 2px 8px #afdb7d;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 125, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 219, 125, 0.45);
border: 3px solid #afdb7d; background: linear-gradient(135deg, #afdb7d, #7DDB8A);
Monochromatic scale
Palettes built from #afdb7d
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 6.2 away, with its history, psychology and brand usage.
#afdb7d 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.
#afdb7d, answered
What color is #afdb7d?
#afdb7d is a light vivid green, closest to Light Green (ΔE2000 7.9). It sits at 88° on the hue wheel with 57% saturation and 68% lightness, which reads as neutral.
What is the RGB value of #afdb7d?
rgb(175, 219, 125) — 175 red, 219 green and 125 blue out of 255, or 68.6% / 85.9% / 49% by channel.
Is #afdb7d a light or a dark color?
It is a light color. Relative luminance is 0.6126 and perceived brightness is 78%, so black text on it reaches 13.25:1.
Should I use black or white text on #afdb7d?
Black. It scores 13.25:1 against #afdb7d, versus 1.58:1 for white — AAA at any size.
What is the complementary color of #afdb7d?
#A97DDB sits directly opposite on the wheel. Softer options are the split-complements #7D80DB and #D87DDB, which give the same contrast with far less vibration.
What colors go well with #afdb7d?
For interface work: #F8FAF4 as the surface, #D8EDC0 for borders, #759B4B for secondary text, #907ADE as an accent and #42641C for hover and pressed states. For a palette, the analogous pair #DBD87D and #80DB7D stays calm, while #A97DDB is the loudest partner.
What is #afdb7d in CMYK for printing?
cmyk(20%, 0%, 43%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #afdb7d 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 #D1DB7D; nudged cooler, #8CDD7C.