HEX Conversion
Convert between HEX and other formats
Loading...
Free online color code converter tool supporting HEX, RGB, HSL, HSV, CMYK and other color format conversions. Features color picker, palette, and real-time preview.
Convert between HEX and other formats
Convert RGB values to other formats
Convert HSL hue, saturation, lightness
Convert HSV hue, saturation, value
Convert print-ready CMYK color mode
Intuitive color selection interface
Quickly copy any color format code
Real-time color effects and conversion results
Currently selected color
Click to select color
Supports all modern browsers
Most commonly used format for web design
Use color picker or manually input color code
System automatically converts to various color formats
One-click copy the desired color format code
HEX(#RRGGBB)是網頁最常用的格式。RGB 以紅綠藍三色光的強度(0-255)表示顏色,直觀好理解。HSL 以色相(Hue)、飽和度(Saturation)、亮度(Lightness)表示,在設計調色時最方便。
A 代表 Alpha,即透明度,範圍 0(完全透明)到 1(完全不透明)。CSS 中使用 rgba() 或 hsla() 可設定半透明效果。
每台螢幕的色域、亮度、校正不同,加上環境光源影響,同樣的顏色數值在不同裝置可能有視覺差異。
CSS 支援 HEX(#fff)、RGB(rgb(255,255,255))、HSL(hsl(0,0%,100%))、顏色名稱(white)以及 RGBA、HSLA 帶透明度版本。