Color Converter

Convert between HEX, RGB, HSL, HSV, and CMYK color formats instantly. Pick colors and copy in any format.

#6366f1

Color Variations

Quick Colors

Popular Palettes

Tailwind CSS Colors

Material Design

6 Color Formats

HEX, RGB, HSL, HSV, CMYK, and CSS. All formats available simultaneously.

Visual Picker

Click the color picker or use quick colors for instant selection.

One-click Copy

Copy any format to clipboard. Use it directly in your code.

Frequently Asked Questions

What's the difference between HEX, RGB, and HSL?

HEX is the web standard (#FF5733), RGB is for screens (rgb(255,87,51)), and HSL is more intuitive for humans - you just adjust Hue (color), Saturation (intensity), and Lightness. Use whichever format your project needs!

How do I use these colors in CSS?

Simply copy any format and paste it into your CSS! Use the CSS Variable format for easy theming, or use HEX/RGB directly. Quick tip: click the Copy button next to any format.

How do I match colors from an image or design?

Use the color picker at the top - it's your secret weapon! Click it, then click anywhere on your screen (images, websites, anywhere) to pick that color instantly.

What are those Tailwind and Material Design buttons?

Those are popular color palettes! Click any button to use that color. Tailwind colors work great with Tailwind CSS projects, while Material Design colors match Google's design system.