Select and copy colors in HEX, RGB, HSL formats
Learn how to select colors and convert them to different formats.
Click on the color wheel or use the color input field to choose your desired color. You can also enter a specific color code directly.
Instantly see your selected color in HEX, RGB, HSL, HSV, and CMYK formats. Each format is automatically calculated.
Click the copy button next to any color format to copy the code to your clipboard for use in your projects.
Discover complementary, analogous, triadic, tetradic, and split-complementary colors based on your selection.
Click the 'Save Color' button to store colors for future reference. Your saved colors persist across sessions.
Click the eyedropper icon to pick any color from your screen (available in Chrome, Edge, and Opera browsers).
A color picker is a visual tool that allows you to select colors and obtain their values in various formats like HEX, RGB, and HSL. It's essential for web design, graphic design, and development projects.
💡 Explore color harmonies for cohesive design palettes
💡 Use HSL for easier color adjustments
💡 Save your brand colors for consistent use
💡 Click the eyedropper button to pick any color visible on your screen
💡 Use Alpha channel for transparency effects in your designs
HEX (Hexadecimal) - Six-digit code used in web design and CSS. Format: #RRGGBB where each pair represents red, green, and blue values from 00-FF.
RGB (Red, Green, Blue) - Color model based on light. Each channel ranges from 0-255. Used in digital displays and CSS.
HSL (Hue, Saturation, Lightness) - Intuitive color model. Hue is the color degree (0-360°), Saturation is color intensity (0-100%), Lightness is brightness (0-100%).
HSV (Hue, Saturation, Value) - Similar to HSL but uses Value for brightness. Popular in design software like Photoshop. Also called HSB (Brightness).
CMYK (Cyan, Magenta, Yellow, Key/Black) - Subtractive color model used in printing. Each value represents ink percentage (0-100%).