颜色转换器
转换 Hex、RGB、HSL 和 CMYK
HEX
RGB
HSL
* 目前仅支持 HEX 到 RGB/HSL 转换。
Use these tools directly in Chrome
Install the DailyDevTools extension — access all tools from your browser toolbar
What is Color Converter?
Colors in web development are expressed in multiple formats: Hex (#ff6b35), RGB (rgb(255,107,53)), HSL (hsl(18,100%,60%)), and CMYK for print. Each format is used in different contexts — designers often think in HSL, CSS uses Hex and RGB, and print workflows need CMYK. DailyDevTools' Color Converter instantly translates between all four formats and shows a live preview so you can confirm the color visually.
How to use Color Converter
- 1Enter a color value in any format: #ff6b35, rgb(255,107,53), hsl(18,100%,60%), or cmyk(0,58,79,0)
- 2The converter instantly shows the equivalent values in all other formats
- 3Click the color preview swatch to open a color picker and select any color visually
- 4Click any converted value to copy it directly to your clipboard