Copied to clipboard!
ColorKit

Tools for Color Mastery

A minimalist workspace for generating palettes, checking contrast, and building design systems.

Harmonies

Generate mathematically pleasing color relationships.

#6366f1
COMPLEMENTARY Opposite

High contrast. Best for buttons and calls to action.

TRIADIC Triangle

Balanced and vibrant. Great for complex interfaces.

ANALOGOUS Neighbors

Serene and comfortable. Ideal for backgrounds.

Gradient Builder

Create smooth CSS transitions.

background: linear-gradient(135deg, #667eea, #764ba2); Click to Copy

Contrast Check

Ensure accessibility compliance (WCAG).

Large Text

The quick brown fox jumps over the lazy dog.

WCAG AA
Pass
WCAG AAA
Pass

Shades

Tints and shades generator.

Mixer

Blend two colors smoothly.

50%
Result

Converter

Image Palette

Extract dominant colors from an image.

Click to upload or drag and drop

SVG, PNG, JPG or GIF

CSS System Generator

Primary #3b82f6
Secondary #8b5cf6
Accent #ec4899

:root {
  --color-primary: #3b82f6;
  --color-primary-rgb: 59, 130, 246;
  --color-secondary: #8b5cf6;
  --color-secondary-rgb: 139, 92, 246;
  --color-accent: #ec4899;
  --color-accent-rgb: 236, 72, 153;
}