디자인Free
🎨

Color Picker & Palette Generator

Free color picker with HEX/RGB/HSL/CMYK conversion, auto-generated complementary/analogous/triadic palettes, Tailwind CSS color suggestions, and WCAG contrast checker.

#3B82F6
Nearest Tailwind: text-blue-500

HSL

H
217
S
91
L
60
HEX
#3B82F6
RGB
rgb(60, 131, 246)
HSL
hsl(217, 91%, 60%)
CMYK
cmyk(76%, 47%, 0%, 4%)

CSS

color: #3b82f6;
background-color: #3b82f6;
border-color: #3b82f6;
CSS Variable
--color-primary: #3b82f6;
Tailwind
bg-[#3b82f6] text-[#3b82f6] border-[#3b82f6]

Generate Palette

#3C83F6
#F6AF3C
#9EC1FA
#FAD79E
#5B8AD7

Contrast Ratio (WCAG AA)

Aa
3.7:1
AA ✗
Aa
5.7:1
AA ✓
Aa
3.7:1
AA ✗
Aa
5.7:1
AA ✓

Frequently Asked Questions

Q. What is the difference between HEX, RGB, HSL, and CMYK?

HEX (#RRGGBB) is used in web development. RGB mixes red, green, and blue light. HSL uses hue, saturation, and lightness for intuitive color control. CMYK represents cyan, magenta, yellow, and black ink ratios used in printing.

Q. What is a complementary color?

Complementary colors sit opposite each other on the color wheel (e.g., red ↔ cyan, blue ↔ orange). They create strong contrast and are often used for attention-grabbing CTAs and buttons.

Q. What is the WCAG contrast ratio?

WCAG (Web Content Accessibility Guidelines) recommends a minimum contrast ratio of 4.5:1 for normal text (AA standard) and 3:1 for large text to ensure readability for users with visual impairments.

Q. How does the Tailwind CSS suggestion work?

It finds the nearest Tailwind CSS default palette color (e.g., blue-500, rose-300) to your input color. You can copy the class name directly into your project.

Q. Where are recent colors stored?

Up to 8 recent colors are saved in your browser's localStorage. They won't persist in incognito mode and are cleared when you clear browser data.

Q. Can I save the palette as an image?

Currently, clicking a color chip copies its HEX value to the clipboard. Image export is planned for a future update.

How to Use

1
Pick a Color

Drag the HSL sliders or type a HEX code directly into the input field.

2
Copy Color Codes

Click the copy button next to HEX, RGB, HSL, or CMYK to instantly copy the code to your clipboard.

3
Generate a Palette

Select complementary, analogous, or triadic to auto-generate a 5-color palette based on your chosen color.

4
Check Tailwind & Accessibility

See the nearest Tailwind CSS class name and check whether the color passes WCAG contrast ratio requirements.

Expert Knowledge: Color Picker & Palette Generator

Color palette selection directly impacts user experience and brand recognition. Complementary palettes create high visual tension, ideal for CTAs and alerts; analogous palettes produce harmonious, cohesive designs. The WCAG 2.1 AA minimum contrast ratio of 4.5:1 is an international standard ensuring accessibility for ~300 million people with color vision deficiencies or low vision. Tailwind CSS provides 450+ predefined colors for maintaining consistent design systems.

Related Tools

#HEX#RGB#HSL#CMYK#Tailwind#WCAG#color picker#palette generator#color converter#web design
← All Tools