A selection tint at pct opacity over surface (mirrors the web color-mix(... accent N%, surface) cell highlight).
pct
color-mix(... accent N%, surface)
Color selectionFill([double pct = 0.10]) => Color.alphaBlend(accent.withOpacity(pct), surface);