Overview
Color in data visualization is not decoration — it is encoding. The wrong color choice encodes the wrong meaning: a sequential palette applied to categorical data implies an ordering that doesn't exist; a diverging palette with a non-meaningful midpoint distorts the viewer's perception of the data's center; a high-saturation palette applied to a map creates visual noise that obscures the pattern.
Accessibility compounds the problem. Approximately 8% of men and 0.5% of women have some form of color vision deficiency. A visualization that relies on red-green distinction to communicate a critical difference is unreadable for a significant portion of the audience — and in many contexts, legally non-compliant.
The Data Visualization Color Palette & Accessibility Prompt generates a complete color system: palette selection by encoding type, colorblind-safe alternatives, WCAG contrast specifications, and implementation code for the major visualization libraries.
What you get: - Palette selection matrix by encoding type (categorical/sequential/diverging) - Colorblind-safe palette specifications with hex values - WCAG contrast ratio verification - Semantic color conventions for common data types - Implementation code for major visualization libraries
Built for: data visualization designers, BI developers, and analysts who need a defensible, accessible color system for production visualizations.