I would like to obtain the cell background color assigned using a conditional formatting rule in Excel in my VBA script. I realized that using Range.Interior.Color
Range.Interior.Color
.FormatCondition property of range or selection should help with any formatting Use With...End With
If you want to know the exact color RGB values, u can just try recording macro and get the rgb values.