색상 변환기
HEX, RGB, HSL 형식 간에 색상을 변환하세요. 색상을 선택하면 모든 형식을 즉시 확인할 수 있습니다.
미리보기
Frequently Asked Questions
How do I convert HEX to RGB?
Enter your HEX color code (like #ff5733) in the HEX field of our Color Converter. The RGB value (255, 87, 51) appears instantly. You can also use the color picker to select any color visually.
What is HSL color format?
HSL stands for Hue, Saturation, Lightness. It's more intuitive than RGB — hue is the color (0-360°), saturation is intensity (0-100%), and lightness is brightness (0-100%). Designers often prefer HSL.
What color format should I use for CSS?
HEX (#ff5733) is the most common and compact. RGB/A is useful when you need transparency. HSL is great for creating color variations (lighter/darker shades). All three work in modern CSS.