HEX
RGB
HSL
°
%
%

색상 코드 형식

HEX(#RRGGBB)는 웹 CSS에서 가장 널리 쓰이는 16진수 색상 코드입니다. RGB(0~255)는 빨강·초록·파랑의 빛 혼합 방식이며, HSL은 색조(Hue)·채도(Saturation)·명도(Lightness)로 직관적으로 색을 표현합니다.

Color Code Formats

HEX (#RRGGBB) is the most common color format used in web CSS. RGB (0–255) represents red, green, and blue light mixing. HSL describes colors using Hue (0–360°), Saturation (0–100%), and Lightness (0–100%) — more intuitive for designing.