Palette Generator & Contrast Analyzer
Generate harmonious color palettes from a base color using color theory. Includes WCAG contrast analysis for all color pairs.
All color-pair combinations from your palette checked against WCAG AA.
| Foreground | Background | Ratio | AA Normal | AA Large |
|---|
About Palette Generator & Contrast Analyzer
Generate color palettes using proven color theory principles — analogous, complementary, triadic, tetradic, and more. Every generated palette is automatically analyzed for WCAG AA contrast ratios so you can build accessible designs from the start.
Color Scheme Types
Analogous — neighboring hues on the wheel, harmonious · Complementary — opposite hues, high contrast · Triadic — three evenly spaced hues · Monochromatic — variations in lightness of one hue · Shades — tints and shades from white to black
Frequently Asked Questions
:root { --color-1: #...; } block. Paste it in your CSS file, then reference the colors anywhere with var(--color-1). This keeps your palette centralized and easy to update.