But consider this setup. For off state I'd like the glow would be off.
[{"id":"fefe931336beed8e","type":"ui-led","z":"6bf3e03fb58d61b1","name":"","group":"57df0811668d5c96","order":5,"width":0,"height":0,"label":"","labelPlacement":"left","labelAlignment":"center","states":[{"value":"off","valueType":"str","color":"#0c5514"},{"value":"on","valueType":"str","color":"#00ff00"},{"value":"auto","valueType":"str","color":"#4c7dcd"}],"allowColorForValueInMessage":false,"shape":"circle","showBorder":false,"showGlow":true,"x":470,"y":1400,"wires":[]},{"id":"a1f3535d2b373c9b","type":"ui-button","z":"6bf3e03fb58d61b1","group":"57df0811668d5c96","name":"","label":"on","order":4,"width":"2","height":"1","emulateClick":false,"tooltip":"","color":"","bgcolor":"","className":"","icon":"","iconPosition":"left","payload":"on","payloadType":"str","topic":"topic","topicType":"msg","buttonColor":"","textColor":"","iconColor":"","x":250,"y":1380,"wires":[["fefe931336beed8e"]]},{"id":"753540fe1c075bf8","type":"ui-button","z":"6bf3e03fb58d61b1","group":"57df0811668d5c96","name":"","label":"off","order":2,"width":"2","height":"1","emulateClick":false,"tooltip":"","color":"","bgcolor":"","className":"","icon":"","iconPosition":"left","payload":"off","payloadType":"str","topic":"topic","topicType":"msg","buttonColor":"","textColor":"","iconColor":"","x":250,"y":1420,"wires":[["fefe931336beed8e"]]},{"id":"2a12da90eeb5ba8b","type":"ui-button","z":"6bf3e03fb58d61b1","group":"57df0811668d5c96","name":"","label":"auto","order":3,"width":"2","height":"1","emulateClick":false,"tooltip":"","color":"","bgcolor":"","className":"","icon":"","iconPosition":"left","payload":"auto","payloadType":"str","topic":"topic","topicType":"msg","buttonColor":"","textColor":"","iconColor":"","x":250,"y":1460,"wires":[["fefe931336beed8e"]]},{"id":"57df0811668d5c96","type":"ui-group","name":"Group 1","page":"ce26d025b6983eb8","width":"6","height":"1","order":1,"showTitle":true,"className":"G1","visible":"true","disabled":"false"},{"id":"ce26d025b6983eb8","type":"ui-page","name":"Test","ui":"538ceff32af2078f","path":"/test","icon":"home","layout":"grid","theme":"0621b6f7a05375c3","breakpoints":[{"name":"Default","px":"0","cols":"6"},{"name":"Tablet","px":"576","cols":"6"},{"name":"Small Desktop","px":"768","cols":"9"},{"name":"Desktop","px":"1024","cols":"12"}],"order":2,"className":"","visible":"true","disabled":"false"},{"id":"538ceff32af2078f","type":"ui-base","name":"My Dashboard","path":"/dashboard","includeClientData":true,"acceptsClientConfig":["ui-notification","ui-control"],"showPathInSidebar":false,"showPageTitle":true,"navigationStyle":"default","titleBarStyle":"default"},{"id":"0621b6f7a05375c3","type":"ui-theme","name":"Light","colors":{"surface":"#ebebeb","primary":"#0983b3","bgPage":"#f5f5f5","groupBg":"#e3e3e3","groupOutline":"#005475"},"sizes":{"density":"default","pagePadding":"12px","groupGap":"12px","groupBorderRadius":"4px","widgetGap":"12px"}}]
Often we don't pay attentions on small details like accessibility.
But there's a little trick which doesn't take too much but may gain a lot if you care.
With the page (or what ever web content you are working on) go to the dev tools, find the <body>
tag and apply temporarily a CSS rule filter: grayscale(1);
And then try to see it's working for you.