🎨 색상 변환

HEX/RGB/HSL 색상 포맷 상호 변환, 실시간 미리보기

RGB
rgb(59, 130, 246)
HSL
hsl(217, 91%, 60%)
Preview

이 도구 정보

Convert between HEX, RGB and HSL color formats with live preview. Essential for frontend dev, UI design and theming.

How to use

  1. Pick a color or enter a HEX value
  2. RGB and HSL values update in real time
  3. Preview the color

Example

HEX #3b82f6 equals rgb(59, 130, 246) and hsl(217, 91%, 60%).

FAQ

HEX vs RGB vs HSL?

HEX is hexadecimal; RGB uses red/green/blue channels; HSL uses hue/saturation/lightness, more intuitive for humans.

Why use HSL?

HSL makes adjusting lightness and saturation easier, ideal for color scheme design.