RGB color codes are specified in SAS as CXrrggbb, e.g., CXFF0000 for red. In several other languages (including R, Python, and HTML/CSS), the equivalent syntax is #rrggbb. I suggest that SAS allows for both #rrggbb and CXrrggbb as equivalent, alternative syntaxes. This will make it easier to copy & paste colors between languages.