Color Picker

HEX

#D97706

RGB

rgb(217, 119, 6)

HSL

hsl(32, 95%, 44%)

What is Color Picker?

This color picker offers intuitive color selection and conversion. Supports three major formats: HEX (e.g., #FF5733), RGB (e.g., rgb(255, 87, 51)), and HSL (e.g., hsl(9, 100%, 60%)). The visual palette lets you drag to pick hue, saturation, and lightness. A color picker tool grabs colors from anywhere on screen (browser support required). Automatically generates complementary, analogous, and other color schemes. Everything runs locally in your browser.

Use Cases5 scenarios
  • Web design and UI color schemes
  • CSS color value lookup
  • Brand and logo color palettes
  • Image editing color sampling
  • Data visualization color choices
How to Use4 steps
  1. 1Click on the palette to pick a color
  2. 2Or enter a HEX/RGB/HSL value
  3. 3See live preview and format conversion
  4. 4Copy the color value or color scheme
Features8 features
  • Free
  • No signup
  • HEX/RGB/HSL formats
  • Visual palette
  • Screen color picker
  • Auto color schemes
  • One-click copy
  • Works on any device
FAQ6 questions
What is this color picker?

An online color selection and conversion tool. Input: click the palette or enter a color value (HEX/RGB/HSL). Output: the color in multiple formats and color schemes. Used for design, development, and color matching. Everything runs locally in your browser.

What is the difference between HEX, RGB, and HSL?

HEX is a hexadecimal color code (e.g., #FF5733), commonly used in CSS. RGB is red-green-blue channel values (e.g., rgb(255, 87, 51)), range 0-255. HSL is hue, saturation, lightness (e.g., hsl(9, 100%, 60%)), more intuitive to understand.

How do I pick a color from the screen?

Click the "Color Picker" button, then click anywhere on screen to grab that color. This feature requires browser support for the EyeDropper API (Chrome/Edge support it; Firefox/Safari do not yet).

What are complementary and analogous colors?

Complementary colors are opposite on the color wheel (e.g., red and green), creating strong contrast. Analogous colors are adjacent on the wheel (e.g., red, orange, yellow), creating harmony. The tool generates these schemes automatically.

Does it support transparent colors?

Yes. For HEX, enter 8 digits (e.g., #FF573380). For RGB, use rgba(). For HSL, use hsla(). The last value represents opacity (0-1 or 00-FF).

Can I save color values?

The tool itself does not save colors. Copy the values to your design tool, CSS file, or notes. The browser may remember recently used colors (depending on browser settings).