CSS Color Level 4 introduces oklch(), lab(), and lch() functions, enabling perceptually uniform color manipulation directly in stylesheets.
The modern CSS color syntax uses space-separated values (rgb(255 87 51)) rather than the legacy comma-separated format (rgb(255, 87, 51)).