โ† All Tools
๐ŸŽจ
Design ToolkitExcuseMeWeb Toolkit
All Toolkits

Design Toolkit

Color and design utilities for web designers and developers. Pick colors, build palettes, generate gradients, check WCAG contrast, and sample colors from images.

๐ŸŽฏ Color Picker

HEX
RGB
HSL
CMYK
Preview

๐Ÿ–Œ๏ธ Palette Generator

๐ŸŒˆ Gradient Generator

๐Ÿ‘๏ธ Contrast Checker

The quick brown fox
Jumps over the lazy dog

๐Ÿ“ท Image Color Picker

Frequently Asked Questions

What is a WCAG contrast ratio?

WCAG (Web Content Accessibility Guidelines) defines a contrast ratio from 1:1 (no contrast) to 21:1 (black on white). AA requires at least 4.5:1 for normal text and 3:1 for large text. AAA requires 7:1 for normal text.

How does the palette generator pick colors?

It uses the HSL color wheel. The generator picks a base hue and rotates by configurable offsets (analogous, complementary, triadic, tetradic, or monochromatic) to produce a harmonious 5-color palette.

What gradient formats are supported?

The generator outputs CSS linear-gradient and radial-gradient syntax, ready to paste into a stylesheet. You can copy a two-stop or multi-stop gradient and adjust the angle in 15ยฐ increments.

Does the image color picker upload my image?

No. The image is loaded into a element in your browser. The color at the cursor position is read directly from the canvas pixel data using getImageData. Nothing is transmitted.