무료 온라인 컬러 변환기
디자인 및 개발에는 종종 CSS의 경우 HEX, 캔버스의 경우 RGB, 최신 인식 팔레트의 경우 OKLCH 및 LCH, 인쇄의 경우 CMYK 등 다양한 형식의 동일한 색상이 필요합니다. Dokall은 모든 주요 색상 공간을 즉시 변환합니다.
시각적으로 색상을 선택하거나 지원되는 형식을 붙여넣습니다. 원클릭 복사로 모든 필드가 실시간으로 업데이트됩니다. 모든 변환은 브라우저에서 로컬로 실행됩니다.
Frequently Asked Questions
Which color formats are supported?
Convert between HEX, RGB, HSL, HSV, CMYK, HWB, LCH, OKLCH, LAB, XYZ, and CSS named colors. Enter a value in any format and all others update in real time.
What is OKLCH?
OKLCH is a perceptually uniform color space - equal numerical changes produce equal perceived color shifts. It is becoming the preferred format for modern CSS color palettes because it produces predictable lightness and saturation adjustments.
HEX vs RGB - when to use which?
HEX (#FF5733) is compact and standard in CSS, design tools, and documentation. RGB (rgb(255, 87, 51)) is intuitive when you need to adjust individual channels or apply alpha transparency (rgba). Both represent the same color.
Why do CMYK values differ from screen colors?
CMYK is a subtractive color model for print (Cyan, Magenta, Yellow, Key/black). Screens use additive RGB. Not all screen colors can be accurately printed, and CMYK conversion is approximate. Use CMYK values as a starting point and calibrate with a printed proof.
Can I pick a color visually?
Yes. Use the color picker to select a color visually. All format fields update instantly. Copy any format value with one click.