π¨Color Picker
Select, convert and manage colors in HEX, RGB and HSL formats
#4F46E5
π‘About Color Formats
HEX
Hexadecimal color codes are the most common way to represent colors in web design, in the format #RRGGBB, where RR, GG, BB are hexadecimal values (00-FF) for red, green, and blue.
RGB
RGB color model is based on combining red, green, and blue light, with each channel ranging from 0 to 255. Format: rgb(R, G, B).
HSL
HSL stands for Hue, Saturation, and Lightness. Hue is the base color (0-360 degrees), saturation is the intensity (0%-100%), and lightness is the brightness (0%-100%).
Color Selection Tips
- Use the 60-30-10 rule: 60% primary color, 30% secondary color, 10% accent color
- Consider color contrast for readability, especially for text and background colors
- Use color psychology: different colors evoke different emotional responses
- Save your frequently used colors to maintain consistency across projects