The malformed RGB value causing the error and page is crashed/white screen appearDescriptionThe malformed RGB value causing the error and page is crashed/white screen appear Steps to Reproduce Whenever a sys_ux_style record has spaces in the RGB value (ie "56, 170,244" instead of "56,170,244"), the pages are crashing in the runtime. 1. Update any sys_ux_style record and add a space in any RGB value as described above2. Load the runtime Expected Results:The runtime should still work as expected Actual Results:The runtime pages are all crashing. Note: the below error has appeared on logs For input string: " 66": java.lang.NumberFormatException: For input string: " 66": java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)java.base/java.lang.Integer.parseInt(Integer.java:638)java.base/java.lang.Integer.parseInt(Integer.java:770) WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this article to be notified when more information becomes available.Related Problem: PRB1557801