Detect a background color in SAP

firstly, capture the row using "find element“

then go to “Edit Selector” and open ui explorer

then on the bottom left side you will see a property explorer
image

check if there is a “color” property here

If there is such a property, you can extract it by using the “get attribute” activity

image