Cell-Entry-Color
This property allows you to set or retrieve the color of the cell that contains the cursor when such cell is in edit mode. Foreground and background color values are combined and therefore RGB colors are not supported. See "Color management" for further details.
 
Example - Set the colors during entry mode for a grid
procedure division.
...
  modify screen-1-gr-1 cell-entry-color 480
..