Hex Color Guessing Game - Online Guess the Hex Code
See a color swatch and guess its hex code. Get scored on accuracy. Improve your color intuition. Fun for designers.
UD5 Toolkit
Guess the Color
Match the RGB values to the correct color swatch
rgb(255, 100, 50) and presents multiple color swatches — only one matches the given values. This helps train your color perception, understanding of digital color models, and ability to mentally visualize colors from their numerical representations. It's widely used by web designers, front-end developers, and digital artists to sharpen their color intuition.
rgb(255, 0, 0) is pure red, rgb(0, 0, 0) is black, and rgb(255, 255, 255) is white.
#FF6432 is simply a hexadecimal (base-16) representation of RGB values:
FF = 255 (Red)64 = 100 (Green)32 = 50 (Blue)#FF6432 is equivalent to rgb(255, 100, 50). Web browsers accept both formats interchangeably in CSS. Understanding this relationship helps you quickly convert between the two formats — a common task in front-end development.
See a color swatch and guess its hex code. Get scored on accuracy. Improve your color intuition. Fun for designers.
Watch and repeat the growing sequence of colored buttons. How long is your memory? Classic electronic game replica.
Upload a gradient or enter a palette and simulate how it appears with different types of color vision deficiency. Ensure inclusive data visualization.
Repeat the growing color sequence. How far can you go? Classic memory game with sound and animations.
An interactive color wheel that teaches primary, secondary, tertiary colors, and harmonies. Pick and mix like a pro.
Convert RGB and hex colors to CIELAB L*a*b* values. Understand perceptual lightness and chromaticity. All local math.
Point your camera at an object and see the dominant color in real time. Click to copy the hex. Fun tool for designers.
Upload any image and view it as a person with deuteranopia, protanopia, or tritanopia would. Promote inclusive design.
Select two paint colors and see approximate mixed result. Visual blending for artists.
Enter a website URL and apply a protanopia/deuteranopia/tritanopia filter. Test full page accessibility.
A dedicated color picker with common retro gaming palettes (NES, Gameboy). Pick and copy hex codes. For pixel art creators.
Enter the URL of any image and receive a random harmonious palette extracted from it. Click to regen. For quick inspiration.
Enter foreground and background colors and see a matrix of how each pair works for normal, protanopia, deuteranopia, and tritanopia.
Upload any picture and instantly get a 5‑color palette. Useful for UI design themes. Canvas‑based extraction.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, cross‑origin friendly.
Upload an image and extract its dominant colors or full color palette. Download as a CSS snippet or color swatch. Entirely client-side, your images stay private.
Convert RGBA colors to CIELAB and other advanced color spaces. For fine‑tuning design tokens. Client‑side math.
Add a dramatic night‑vision green tint with grain and scanlines to any image. Fun horror/military aesthetic.
Answer a few questions and get a playful color-based personality result. For entertainment only.
See a cropped or simplified brand logo and guess the company. Hints available, score track. Local fun, no copyright infringement.
Identify dog breeds from silhouettes or partial images. Score tracking. Fun for all ages. Local only, no images uploaded.
Enter two hex colors and compute the CIE76, CIE94, and CIEDE2000 color difference. Understand how humans perceive color similarity.
Upload a photo and remap its tones to any gradient. Apply stunning color grading. Download result.
Experiment with the CSS color-mix() function. Pick two colors and mix them in different color spaces (srgb, oklch). Copy the CSS.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Start from a base color and use `oklch(from color l c h)` to create lighter or darker variants. Copy the code.
Enter hex codes and download a PNG swatch image with color names. Useful for design spec documents. Built via canvas.
Extract a color palette from an image using CIELAB k‑means quantization. Results are perceptually more accurate than RGB methods.
Enter an image URL and extract its dominant color palette. No download needed. Fast visual analysis.
Keep one selected color and turn the rest of the image to grayscale. Eye‑catching selective color effect. Pure canvas.