Pick colors visually and get HEX, RGB, and HSL values with a palette generator.
Use the color picker or type a HEX code in the input field.
See your color in HEX, RGB, and HSL formats. Click any value to copy it.
Browse the generated shade palette. Click any shade to select it as your active color.
A color picker lets you choose a color visually and gives you its exact code in every format you need: HEX for CSS and design handoffs, RGB for channel work and transparency, HSL for intuitive adjustments. Click or drag on the palette, fine-tune the values, and copy the code in one click.
It is the fastest way to go from a color in your head to a value in your stylesheet, and just as useful in reverse: paste a code you were given and see exactly what color it is.
All three describe the same color. HEX is the compact web standard, right for most CSS and design tokens. RGB exposes the red, green, and blue channels and adds alpha for transparency with rgba(). HSL reads as hue, saturation, and lightness, which makes systematic adjustments easy: keep the hue, lower the lightness, and you have a hover shade that stays on brand.
A single brand color becomes a full palette by varying lightness and saturation while holding the hue. Pick your base, then in HSL nudge lightness up for backgrounds and down for text and hover states. This keeps every shade recognizably the same color, which is what makes a UI feel consistent rather than assembled.
Copy the HEX into your CSS custom properties or design tokens rather than scattering raw values through the stylesheet. One named token per color keeps future changes to a single line. When you need transparency, switch the same color to rgba() or 8-digit hex rather than introducing a new, slightly different color.
Color Palette Generator
Generate harmonious color palettes from any base color. Complementary, triadic, analogous, and more.
Hex Color Chart
Browse hex colors, read hex codes, and convert color numbers to RGB with a searchable chart.
HEX to RGB
Convert HEX color codes to RGB values.
RGB to HEX
Convert RGB color values to HEX codes.
CMYK to HEX Converter
Convert CMYK print color values to HEX color codes instantly.
HEX to CMYK Converter
Convert HEX color codes to CMYK print color values instantly.