Set background colour of cell to RGB value of data in cell August 13, 2023 by Tarik You can use VBA – something like Range("A1:A6").Interior.Color = RGB(127,187,199) Just pass in the cell value.