Data Viz Color
The analytics palette is isolated from action and signal colors so data does not fight with UI calls to action.
Analytics palette
Sirius Blue
--data-1Aurora Green
--data-2Nexa Cluster
--data-3Quasar Red
--data-4Signal Grey
--data-5Aurel Sand
--data-6Color-blindness simulation
The same small data chart shown under different color-vision deficiencies. Rely on patterns, labels, and values — never color alone.
Normal
Protanopia
Deuteranopia
Tritanopia
Achromatopsia
Real data test set
Quarterly throughput by cluster. The same numbers feed the responsive chart below.
| Cluster | Q1 | Q2 | Q3 | Q4 |
|---|---|---|---|---|
| Quantum | 120 | 145 | 190 | 230 |
| Nebula | 80 | 110 | 140 | 160 |
| Sol | 60 | 95 | 120 | 145 |
Responsive chart
The SVG uses viewBox and CSS width so it reflows at any container size while keeping the data and labels intact.
Usage Rules
- Analytics colors are not CTA colors.
- Analytics colors are not brand hero colors.
- Do not use the same color for two adjacent data series.
- Keep legends close to the chart; use direct labeling when possible.
- Start value axes at zero unless a truncated scale is explicitly justified.
- Test every chart against protanopia, deuteranopia, tritanopia, and achromatopsia before shipping.
PENDING Automated CVD regression tests and complex multi-series responsive behavior are pending. The reusable `charts.js` component lives on the Charts page.