#accf7d
a light, vivid green · neutral · closest name: Yellow Green
At a glance
Every number on this page in one read: what #accf7d 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 | #accf7d |
| RGB | rgb(172, 207, 125) |
| HSL | hsl(86, 46%, 65%) |
| CMYK | cmyk(17%, 0%, 40%, 19%) |
| LAB | lab(79.0 -25.4 37.0) |
| LCH | lch(79.0 44.9 124.5) |
| OKLCH | oklch(0.810 0.115 127.6) |
| Decimal | 11325309 |
| Display P3 | color(display-p3 0.675 0.812 0.490) |
Copy-ready code
/* CSS */
color: #accf7d;
background-color: #accf7d;
/* Tailwind (arbitrary) */
class="text-[#accf7d] bg-[#accf7d]"
/* SCSS */
$brand: #accf7d;
/* SwiftUI */
Color(red: 0.675, green: 0.812, blue: 0.490)
/* Android */
Color.parseColor("#accf7d")
/* Flutter */
Color(0xFFACCF7D)
/* Python / OpenCV (BGR) */
(125, 207, 172)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. #accf7d 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: #F8FAF5;
--brand-100: #F1F5EA;
--brand-200: #E0EBD0;
--brand-300: #CBE1AD;
--brand-400: #accf7d;
--brand-500: #96C35B;
--brand-600: #83B342;
--brand-700: #6D9537;
--brand-800: #57772C;
--brand-900: #415723;
--brand-950: #293616;
--brand: #accf7d;
--brand-ink: #000000;
}Colors that work with #accf7d
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 #accf7d
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 | #A07DCF | Directly opposite — maximum tension | |
| Analogous left | #CFC97D | Neighbour, quieter | |
| Analogous right | #83CF7D | Neighbour, quieter | |
| Split-complement 1 | #7D83CF | Contrast without the clash | |
| Split-complement 2 | #C97DCF | Contrast without the clash | |
| Triadic 1 | #7DACCF | Even thirds — balanced and loud | |
| Triadic 2 | #CF7DAC | Even thirds — balanced and loud | |
| Tetradic | #7DCFC9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#accf7d text on a black background
contrast 11.98:1
#accf7d text on a white background
contrast 1.75:1
CSS3 live lab
The quick brown fox
color: #accf7d;
background-color: #accf7d;
Glowing headline
text-shadow: 2px 2px 8px #accf7d;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 207, 125, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 207, 125, 0.45);
border: 3px solid #accf7d; background: linear-gradient(135deg, #accf7d, #7DCF85);
Monochromatic scale
Palettes built from #accf7d
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 4.3 away, with its history, psychology and brand usage.
#accf7d 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.
#accf7d, answered
What color is #accf7d?
#accf7d is a light vivid green, closest to Yellow Green (ΔE2000 9). It sits at 86° on the hue wheel with 46% saturation and 65% lightness, which reads as neutral.
What is the RGB value of #accf7d?
rgb(172, 207, 125) — 172 red, 207 green and 125 blue out of 255, or 67.5% / 81.2% / 49% by channel.
Is #accf7d a light or a dark color?
It is a light color. Relative luminance is 0.5488 and perceived brightness is 74%, so black text on it reaches 11.98:1.
Should I use black or white text on #accf7d?
Black. It scores 11.98:1 against #accf7d, versus 1.75:1 for white — AAA at any size.
What is the complementary color of #accf7d?
#A07DCF sits directly opposite on the wheel. Softer options are the split-complements #7D83CF and #C97DCF, which give the same contrast with far less vibration.
What colors go well with #accf7d?
For interface work: #F8FAF4 as the surface, #D9E9C3 for borders, #799B4B for secondary text, #8979D3 as an accent and #445D22 for hover and pressed states. For a palette, the analogous pair #CFC97D and #83CF7D stays calm, while #A07DCF is the loudest partner.
What is #accf7d in CMYK for printing?
cmyk(17%, 0%, 40%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #accf7d 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 #CACF7D; nudged cooler, #8DD17B.