🎨 色変換

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.