A Colombia dividend tax calculator that turns a gross dividend into the amount you actually keep, applying Colombia’s split between gravado and no gravado dividends, the resident tax-free band, and the flat non-resident rate. It is built for shareholders and investors who need to see the dividend tax, any corporate gross-up, and the net payout in pesos.
How it works
Colombia taxes dividends differently depending on where the profit was taxed:
- No gravado (non-taxable origin): the profit already paid corporate income tax, so the shareholder pays a lighter dividend tax. For resident individuals, the first 1,090 UVT per year is exempt and the excess is taxed at a marginal rate.
- Gravado (taxable origin): the profit was not taxed at the company, so it is first hit by the 35% corporate rate, and only the remaining 65% flows to the shareholder, where the no-gravado dividend rules then apply.
For non-residents, a flat withholding (commonly 20% on the no-gravado portion) replaces the banded resident treatment.
gravado: after_corp = gross × (1 − 0.35) then apply dividend tax to after_corp
no gravado: dividend tax applied directly to gross
resident excess over 1,090 UVT × marginal rate | non-resident: flat rate × base
UVT is Colombia’s indexed tax unit, used to convert the 1,090 UVT band into pesos.
Example and notes
A resident receives a no gravado dividend of COP 80,000,000. With a 1,090 UVT band worth roughly COP 51m, only about COP 29m is taxable, and at a 15% marginal rate the dividend tax is around COP 4.4m, leaving roughly COP 75.6m net.
If the same dividend were gravado, 35% corporate tax (COP 28m) is removed first, then the
banded dividend tax applies to the remaining COP 52m. Rates and the marginal table change with
each reform — treat this as an estimate and confirm with a contador.