{$ data.name if data.name else 'Black' $}
RGB {$ data.rgb if data.rgb else '30, 30, 30' $}
HEX {$ data.hex if data.hex else '#000000' $}