라이브 미리 보기와 함께 HEX, RGB, HSL 간 색상을 변환합니다.
색상 변환기 사용 방법
HEX 형식으로 색상을 입력하세요 (예: #ff8800).
RGB 및 HSL로 즉시 변환된 결과를 확인하세요.
필요한 형식을 복사하세요.
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.
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.
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.
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>관련 도구
Unix 타임스탬프를 날짜로, 날짜를 타임스탬프로 변환합니다: UTC, 로컬, ISO 8601, 상대 시간. 초와 밀리초를 자동으로 감지합니다.
URL 및 URL 구성 요소를 퍼센트 인코딩하고 디코딩합니다. UTF-8 안전.
JSON을 CSV로, CSV를 JSON으로 양방향 변환합니다. 구분자 선택, 따옴표 처리, 결과 복사 기능을 제공하며 모든 작업이 브라우저에서 실행됩니다.
YAML을 JSON으로, JSON을 YAML로 양방향 변환합니다. 변환 중 유효성을 검사하고 명확한 오류 메시지를 표시합니다. 모든 작업이 브라우저에서 실행됩니다.