#acdb9c
a light, vivid green · neutral · closest name: Light Green
At a glance
Every number on this page in one read: what #acdb9c 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 | #acdb9c |
| RGB | rgb(172, 219, 156) |
| HSL | hsl(105, 47%, 74%) |
| CMYK | cmyk(22%, 0%, 29%, 14%) |
| LAB | lab(82.8 -26.9 26.2) |
| LCH | lch(82.8 37.5 135.7) |
| OKLCH | oklch(0.842 0.098 137.9) |
| Decimal | 11328412 |
| Display P3 | color(display-p3 0.675 0.859 0.612) |
Copy-ready code
/* CSS */
color: #acdb9c;
background-color: #acdb9c;
/* Tailwind (arbitrary) */
class="text-[#acdb9c] bg-[#acdb9c]"
/* SCSS */
$brand: #acdb9c;
/* SwiftUI */
Color(red: 0.675, green: 0.859, blue: 0.612)
/* Android */
Color.parseColor("#acdb9c")
/* Flutter */
Color(0xFFACDB9C)
/* Python / OpenCV (BGR) */
(156, 219, 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. #acdb9c is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6FAF5;
--brand-100: #EDF5EA;
--brand-200: #D7EBD0;
--brand-300: #acdb9c;
--brand-400: #97D284;
--brand-500: #75C35A;
--brand-600: #5EB441;
--brand-700: #4F9636;
--brand-800: #3F782B;
--brand-900: #305723;
--brand-950: #1E3716;
--brand: #acdb9c;
--brand-ink: #000000;
}Colors that work with #acdb9c
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 #acdb9c
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 | #CB9CDB | Directly opposite — maximum tension | |
| Analogous left | #CBDB9C | Neighbour, quieter | |
| Analogous right | #9CDBAB | Neighbour, quieter | |
| Split-complement 1 | #AB9CDB | Contrast without the clash | |
| Split-complement 2 | #DB9CCB | Contrast without the clash | |
| Triadic 1 | #9CACDB | Even thirds — balanced and loud | |
| Triadic 2 | #DB9CAC | Even thirds — balanced and loud | |
| Tetradic | #9CCBDB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#acdb9c text on a black background
contrast 13.37:1
#acdb9c text on a white background
contrast 1.57:1
CSS3 live lab
The quick brown fox
color: #acdb9c;
background-color: #acdb9c;
Glowing headline
text-shadow: 2px 2px 8px #acdb9c;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 219, 156, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 219, 156, 0.45);
border: 3px solid #acdb9c; background: linear-gradient(135deg, #acdb9c, #9CDBB6);
Monochromatic scale
Palettes built from #acdb9c
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: Celadon (#ace1af) — ΔE2000 3.8 away, with its history, psychology and brand usage.
#acdb9c 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.
#acdb9c, answered
What color is #acdb9c?
#acdb9c is a light vivid green, closest to Light Green (ΔE2000 7.7). It sits at 105° on the hue wheel with 47% saturation and 74% lightness, which reads as neutral.
What is the RGB value of #acdb9c?
rgb(172, 219, 156) — 172 red, 219 green and 156 blue out of 255, or 67.5% / 85.9% / 61.2% by channel.
Is #acdb9c a light or a dark color?
It is a light color. Relative luminance is 0.6183 and perceived brightness is 78%, so black text on it reaches 13.37:1.
Should I use black or white text on #acdb9c?
Black. It scores 13.37:1 against #acdb9c, versus 1.57:1 for white — AAA at any size.
What is the complementary color of #acdb9c?
#CB9CDB sits directly opposite on the wheel. Softer options are the split-complements #AB9CDB and #DB9CCB, which give the same contrast with far less vibration.
What colors go well with #acdb9c?
For interface work: #F6FAF4 as the surface, #CDE9C3 for borders, #5F9B4B for secondary text, #65329A as an accent and #315E22 for hover and pressed states. For a palette, the analogous pair #CBDB9C and #9CDBAB stays calm, while #CB9CDB is the loudest partner.
What is #acdb9c in CMYK for printing?
cmyk(22%, 0%, 29%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #acdb9c warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C3DB9C; nudged cooler, #9BDCA2.