Accessible Color Contrast Grid - Online Test Combinations
Enter a palette of colors and see a grid showing whether each foreground/background pair passes AA or AAA contrast. Must for designers.
UD5 Toolkit
Test text-to-background contrast against WCAG accessibility standards in real-time
Large text is defined as 18pt (â24px) and above, or 14pt (â19px) and above if bold. AAA is the gold standard but not always required by law; AA is the typical legal compliance target under ADA and Section 508.
L = 0.2126 Ă R + 0.7152 Ă G + 0.0722 Ă B(Llighter + 0.05) / (Ldarker + 0.05)Enter a palette of colors and see a grid showing whether each foreground/background pair passes AA or AAA contrast. Must for designers.
Test the upcoming contrastâcolor() CSS function. Get white or black automatically for a given background. See it live.
Use the lightâdark() CSS function to change colors based on color scheme. Build a simple dark mode toggle with one property.
Set a custom accent color for checkboxes, radios, range, and progress. See the browserâs rendering. Copy the CSS.
Test if your display supports HDR colors by rendering a gradient in Rec.2020 space. See what you're missing. Canvas based.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Convert RGB and RGBA color values to their HEX or HEX+alpha representation. Live preview and copy CSS color strings instantly.
Grid of all 148 named CSS colors. Hover to see detail, click to copy the name or hex. Essential frontend reference.
Classic HSV color wheel with sliders. See hex, RGB, and HSL equivalents. Intuitive for artists. No server interaction.
Dynamically blend two colors using the CSS colorâmix() function in different color spaces. Copy the exact CSS snippet. No JS required.
Type a word like 'sunset' or 'calm' and generate a color palette inspired by that mood. Simple associative mapping.
See the Pantone Colors of the Year and popular palettes from past years. Get hex codes. Design inspiration.
Type a CSS color name like 'tomato' or 'mediumseagreen' and instantly get its hex code and preview. Complete named colors list.
Adjust the color temperature of your image: move slider to make it warmer or cooler. Quick white balance fix. Local canvas.
Enter a Kelvin value (1000â40000) and see the approximate whiteâbalance color. Photography and lighting reference.
Find the official name of any hex color from the extended color dictionary. Search by name to get the hex code. Handy for CSS and design language.
Quickly convert HEX color codes to RGB values and vice versa. See the color preview. Indispensable for web developers and graphic designers.
Preview how a CMYK value will look on screen (approximate). Compare with its RGB equivalent. Preâpress check.
Pick a color in the DisplayâP3 space and get the CSS color() function. See the difference from sRGB. For modern design.
Input RGB values and see the HSL equivalent with a color preview. Understand lightness and saturation. Local.
Paste a list of hex colors and generate CSS custom properties for them. Create your design token file instantly.
Convert screen RGB colors to print-ready CMYK values. Understand color shifts before printing. Ideal for graphic designers preparing artwork for press.
Use <input type='color'> and see its change events and value in hex. Understand the native color picker. Quick demo.
Fetch a website's CSS and extract :root custom properties (ââcolor) to reveal its design token palette. For learning and inspiration.
Preview any website inside emulated device viewports (iPhone, iPad, various resolutions). No screenshot, live interaction in an iframe. Local tool.
Browse every Tailwind default color palette side by side. Click any shade to copy the hex or class. For rapid design.
Generate single random colors or full palettes. Displays hex, RGB, and copy on click. Great for design inspiration.
Upload an image and instantly get a 6âcolor palette with the most dominant shades. Click to copy hex codes. Canvasâbased.
Design a light and dark theme by picking colors for backgrounds, text, and links. Get the CSS for both themes. Local.
Paste a stylesheet and extract every unique color (hex, rgb, hsl) into a palette. Swatches displayed. Copy as JSON.