#ace376
a light, vivid green · neutral · closest name: Light Green
At a glance
Every number on this page in one read: what #ace376 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 | #ace376 |
| RGB | rgb(172, 227, 118) |
| HSL | hsl(90, 66%, 68%) |
| CMYK | cmyk(24%, 0%, 48%, 11%) |
| LAB | lab(84.5 -35.7 47.4) |
| LCH | lch(84.5 59.3 127.0) |
| OKLCH | oklch(0.854 0.151 131.0) |
| Decimal | 11330422 |
| Display P3 | color(display-p3 0.675 0.890 0.463) |
Copy-ready code
/* CSS */
color: #ace376;
background-color: #ace376;
/* Tailwind (arbitrary) */
class="text-[#ace376] bg-[#ace376]"
/* SCSS */
$brand: #ace376;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.463)
/* Android */
Color.parseColor("#ace376")
/* Flutter */
Color(0xFFACE376)
/* Python / OpenCV (BGR) */
(118, 227, 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. #ace376 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: #F7FBF3;
--brand-100: #F0F8E8;
--brand-200: #DEF1CB;
--brand-300: #C7ECA2;
--brand-400: #ace376;
--brand-500: #8ED945;
--brand-600: #7ACB29;
--brand-700: #65A923;
--brand-800: #51881C;
--brand-900: #3D6218;
--brand-950: #263E0F;
--brand: #ace376;
--brand-ink: #000000;
}Colors that work with #ace376
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 #ace376
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 | #AD76E3 | Directly opposite — maximum tension | |
| Analogous left | #E2E376 | Neighbour, quieter | |
| Analogous right | #76E376 | Neighbour, quieter | |
| Split-complement 1 | #7676E3 | Contrast without the clash | |
| Split-complement 2 | #E376E2 | Contrast without the clash | |
| Triadic 1 | #76ACE3 | Even thirds — balanced and loud | |
| Triadic 2 | #E376AC | Even thirds — balanced and loud | |
| Tetradic | #76E2E3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ace376 text on a black background
contrast 14.00:1
#ace376 text on a white background
contrast 1.50:1
CSS3 live lab
The quick brown fox
color: #ace376;
background-color: #ace376;
Glowing headline
text-shadow: 2px 2px 8px #ace376;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 118, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 227, 118, 0.45);
border: 3px solid #ace376; background: linear-gradient(135deg, #ace376, #76E389);
Monochromatic scale
Palettes built from #ace376
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 7.9 away, with its history, psychology and brand usage.
#ace376 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.
#ace376, answered
What color is #ace376?
#ace376 is a light vivid green, closest to Light Green (ΔE2000 7). It sits at 90° on the hue wheel with 66% saturation and 68% lightness, which reads as neutral.
What is the RGB value of #ace376?
rgb(172, 227, 118) — 172 red, 227 green and 118 blue out of 255, or 67.5% / 89% / 46.3% by channel.
Is #ace376 a light or a dark color?
It is a light color. Relative luminance is 0.6502 and perceived brightness is 79%, so black text on it reaches 14.00:1.
Should I use black or white text on #ace376?
Black. It scores 14.00:1 against #ace376, versus 1.50:1 for white — AAA at any size.
What is the complementary color of #ace376?
#AD76E3 sits directly opposite on the wheel. Softer options are the split-complements #7676E3 and #E376E2, which give the same contrast with far less vibration.
What colors go well with #ace376?
For interface work: #F7FAF4 as the surface, #D6EDC0 for borders, #729B4B for secondary text, #9072E6 as an accent and #3F6A16 for hover and pressed states. For a palette, the analogous pair #E2E376 and #76E376 stays calm, while #AD76E3 is the loudest partner.
What is #ace376 in CMYK for printing?
cmyk(24%, 0%, 48%, 11%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ace376 warm or cool?
Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D4E376; nudged cooler, #83E574.