How to Design Colorblind-Friendly HMI Palettes for Industrial Control
HMI%%{init: {'theme':'dark', 'themeVariables': { 'background': '#001c38' }}}%%
flowchart LR
A["Operator Input"] -->|Color Deficient| B{"Process State"}
B -->|Green Hue| C["Perceived as Gray"]
B -->|Red Hue| D["Perceived as Gray"]
C --> E["Safety Risk"]
D --> E
style A fill:#1e3a8a,stroke:#0f172a,color:#ffffff
style B fill:#3b82f6,stroke:#0f172a,color:#ffffff
style C fill:#94a3b8,stroke:#0f172a,color:#000000
style D fill:#94a3b8,stroke:#0f172a,color:#000000
style E fill:#ef4444,stroke:#7f1d1d,color:#ffffff
How to Design Colorblind-Friendly HMI Palettes for Industrial Control
Red means stop, green means go. It is a universal rule embedded in the minds of almost every industrial automation engineer. However, for approximately 8% of men and 0.5% of women operating machinery on the plant floor, distinguishing between a green “Running” indicator and a red “Fault” alarm is a daily struggle. Relying solely on […]