#7C3AEDUsed in web CSS, HTML, and most design tools like Figma.
rgb(124, 58, 237)Red, Green, Blue. Standard for screen and digital design.
hsl(262, 84%, 58%)Hue, Saturation, Lightness. Easier for creating color themes.
C:48 M:76 Y:0 K:7Cyan, Magenta, Yellow, Key (Black). Used in print design.
hsv(262, 76%, 93%)Used in Photoshop's color picker and some design software.
bluevioletCSS color names where available (limited set of 140 colors).
Click anywhere on the color spectrum/gradient palette to select a hue. Drag the saturation/brightness slider to fine-tune your selection.
Type a known color code directly — paste a HEX code, or enter RGB / HSL values into the input fields. The picker updates to show your color instantly.
Upload any image, then click on any pixel to extract that exact color. Get the HEX, RGB, and HSL values for colors you see in photos, screenshots, or logos.
Click the copy icon next to any format (HEX, RGB, HSL, CMYK) to copy it to your clipboard and paste directly into your code or design tool.
Extract exact brand colors from a logo or reference image to use across designs.
Get precise HEX or RGB color codes to use in stylesheets and design systems.
Convert screen colors to CMYK before sending designs to a print shop.
Pick colors for UI elements and generate consistent tokens for design systems.
Match background colors from photos precisely for seamless photo compositions.
Explore color relationships and find the perfect shade for any creative project.
RGB/HEX is for screens. CMYK is for print. Always convert to CMYK before sending to a printer to avoid color shift surprises.
After picking text and background colors, check their contrast ratio. WCAG AA requires at least 4.5:1 contrast for small text.
When building dark/light themes, HSL is easiest — just adjust L (lightness) while keeping H and S the same for consistent tones.
Note your chosen HEX codes in a shared doc or design token file so your whole team uses identical colors consistently.