Monu Tools

색상 변환기

라이브 미리 보기와 함께 HEX, RGB, HSL 간 색상을 변환합니다.

색상 변환기 사용 방법

  1. 01

    HEX 형식으로 색상을 입력하세요 (예: #ff8800).

  2. 02

    RGB 및 HSL로 즉시 변환된 결과를 확인하세요.

  3. 03

    필요한 형식을 복사하세요.

What it does

This is a color converter for web and design work that translates a color between the three formats you use most: HEX, RGB and HSL, with a live swatch so you can see exactly what you are working with.

This is the everyday glue between design and code: matching a brand color from a mockup to a CSS variable, converting a value a designer gave you in one format to the one your framework wants, or finding a slightly lighter shade for a hover state.

Everything runs in your browser, so it is instant and nothing you enter is sent anywhere.

How the formats differ

Each format describes the same color differently. HEX (like #ff8800) is the compact form used throughout CSS and HTML. RGB states the red, green and blue channels directly, which is how screens and code such as canvas think about color. HSL describes hue, saturation and lightness, which is far more intuitive when you want to nudge a color: change the hue to shift it around the wheel, or the lightness to make it darker without picking a new code by hand.

How the conversion works

Enter a HEX value and the RGB and HSL equivalents update instantly, so you can grab whichever format the tool or codebase in front of you expects.

What is not covered yet

For now the tool focuses on opaque colors in HEX, RGB and HSL; alpha (opacity) support is not included yet.

자주 묻는 질문

어떤 형식이 지원되나요?

HEX (#rgb 또는 #rrggbb), RGB, HSL. HEX 값을 입력하면 나머지가 실시간으로 업데이트됩니다.

알파/불투명도를 지원하나요?

아직 지원하지 않습니다. 이 도구는 불투명한 HEX, RGB, HSL에 집중합니다. 알파 지원은 나중에 추가될 수 있습니다.

출처

이 도구 임베드하기

이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.

<iframe src="https://monu.tools/embed/ko/color-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

관련 도구