COLOR UTILITY

Inspect any color

The Color Utility is the center of the HexCheck workflow. It gives one color a permanent URL, makes it the active header color, and shows the most important information before you move it into a larger tool.

Free core toolPermanent URLsReviewed July 2026

Load a color

You can type six hexadecimal digits into the large field, choose a color with the native picker, load a random color, click a related swatch, or open a permanent color URL.

Type a value

Enter a value such as 8493AA. HexCheck updates the page background, results, URL, and active header color.

Use a permanent URL

Every opaque six-digit color has a route such as https://hexcheck.app/8493aa. Letter case does not change the color.

Pick visually

Use the Pick control for a browser-native color chooser. For a photo or camera source, use the dedicated Picker instead.

The page automatically protects text visibility.The large introductory text switches between light and dark ink based on the loaded background. This is a presentation aid, not a substitute for checking every color pair in Contrast Lab.

Read the basic results

ResultWhat it tells youAvailability
Best textWhether pure black or pure white produces the stronger contrast against the active color.Free
RGBThe red, green, and blue channel values for the same sRGB color.Pro value and copy
HSLA hue, saturation, and lightness representation of the same sRGB color.Pro value and copy
LuminanceThe relative luminance used by WCAG contrast calculations.Pro value and copy
Advanced formatsCMYK, HSV, OKLCH, and generated CSS values in the More Color Tools dialog.Pro

Different notations can describe the same displayed color. A conversion is useful for implementation or communication, but it does not create a new color by itself.

Use the contrast section as a quick check

The black and white chips show the ratio between the active color and pure white or pure black. Use this to choose a likely text direction quickly.

  • A ratio of 4.5:1 is the WCAG 2.2 Level AA minimum for most text.
  • A ratio of 3:1 applies to large text and many required non-text interface cues.
  • A ratio of 7:1 is the enhanced Level AAA threshold for most text.

Select Compare or AA / AAA to open the full Contrast Lab when you need a real foreground/background pair, target-specific corrections, or complete results.

Do not treat “Best text” as approval for an entire design.It compares only pure black and pure white against the one active color. Real interfaces also use borders, muted text, links, icons, hover states, focus indicators, and layered backgrounds.

Carry the active color through the site

The header color button always follows the color loaded in the Color Utility. Open it to use the current color elsewhere:

  • Open Color returns to its permanent Color Utility page.
  • Add to Contrast adds it to the existing comparison instead of resetting the pair.
  • Add to Palette places it first and shifts the existing swatches to the right.
  • Add to Gradient creates another stop while preserving the existing gradient.
The header is the source of truth.A color sampled inside Picker does not replace the active header color until you choose Open Color.

Share, save, and return later

Share

The Share action uses the permanent color URL. When native sharing is available, HexCheck opens the device share sheet; otherwise the URL can be copied.

Save

Saving a color is a Pro feature. Saved colors appear in the Dashboard library and sync through the account workspace.

Return without saving

The last active color is retained in the current browser and restored when you return to the homepage. A signed-in user’s saved libraries and account preferences are separate from another user on the same device.

Developer values and CSS export

Open the three-dot menu to access advanced color representations, the full accessibility table, saved colors, recent colors, and developer export.

:root {
  --color: #8493AA;
  --color-rgb: 132 147 170;
}

The exact generated output depends on the active color and selected feature. Production-ready values and copying are protected Pro outputs; the basic hex value remains free.

Practical tips

  • Use the permanent URL when asking someone to review one exact color.
  • Check both black and white, then test the actual text color you plan to use.
  • Use Related Colors to explore, not to skip hierarchy and accessibility decisions.
  • Open a sampled Picker color before adding it to other tools.
  • Use the header menu when you want to preserve an existing Palette, Gradient, or Contrast workspace.