색상 변환기 (HEX/RGB/HSL)
HEX, RGB, HSL 형식 간에 색상을 변환합니다. 색상을 시각적으로 선택하거나 값을 직접 입력하세요.
#535bebrgb(83, 91, 235)hsl(237, 79%, 62%)이 도구 사용 방법
- 1
Click the color swatch to open your operating system's color picker and choose a color visually.
- 2
Or type a 6-digit HEX value (such as #535beb, with or without the leading #) into the text field.
- 3
Read the matching rgb(R, G, B) and hsl(H, S%, L%) strings in the result cards below.
- 4
Copy whichever format you need straight into your CSS or design file.
색상 변환기 (HEX/RGB/HSL)란 무엇인가요?
HEX, RGB, HSL은 같은 색상을 표현하는 세 가지 방식입니다. HEX(#RRGGBB)는 CSS와 디자인 도구에서 가장 흔히 쓰입니다. RGB(rgb(R,G,B))는 각 채널을 수치로 분리합니다. HSL(hsl(H,S%,L%))은 사람에게 더 직관적입니다. 색조(hue)는 색상을, 채도는 강도를, 명도(lightness)는 밝기를 나타냅니다. 팔레트를 디자인할 때는 HSL을 사용하고, 구현 시에는 HEX로 변환하세요.
일반적인 사용 사례
Translating a brand HEX code from a style guide into the rgb() values a legacy stylesheet or email template requires.
Grabbing the HSL form of a color so you can nudge its lightness or saturation while keeping the same hue for a palette.
Checking the exact RGB channels of a color picked from a screenshot or mockup before writing it into CSS.
Confirming what a designer's HEX swatch becomes in RGB for a canvas, SVG, or charting library that wants numeric channels.
Teaching or learning how hexadecimal color notation maps to decimal RGB and to the HSL model.
Quickly sampling a color visually with the picker and reading all three CSS-ready notations at once.
자주 묻는 질문
HEX 대신 HSL은 언제 사용해야 하나요?▼
OKLCH와 최신 색 공간은 어떤가요?▼
관련 도구
CSS Box Shadow 생성기
CSS box-shadow 값을 시각적으로 만듭니다. 실시간으로 미리 보고 생성된 CSS를 복사하세요.
CSS 그라데이션 생성기
선형 및 방사형 CSS 그라데이션을 만듭니다. 색상을 시각적으로 선택하고 생성된 CSS를 복사하세요.
Cubic Bezier 가속 곡선 생성기
CSS용 cubic-bezier 가속 곡선을 만듭니다. 표준 사전 설정이 포함되어 있습니다.
색상 팔레트 생성기
임의의 기준 색상에서 조화로운 색상 팔레트를 생성합니다. 보색, 유사색, 삼색조, 단색 배색을 지원합니다.
CSS Border Radius 생성기
복잡한 CSS border-radius 값을 시각적으로 만듭니다. 각 모서리를 독립적으로 제어합니다.
CSS Clamp() 생성기
clamp()로 유동적이고 반응형인 CSS 값을 생성합니다. 뷰포트 범위에 걸쳐 최소 크기와 최대 크기 사이를 부드럽게 조정합니다.