PdfPTable table = new PdfPTable(3); PdfPCell cell = new PdfPCell(new Phrase("some clever text")); cell.getDefaultCell().setBackgroundColor(new Color(255,0,0)); //Red Color we get