LowercaseOnline

— Free Online Text Tools

🌈 Random Color Generator

Generate random colors with HEX, RGB, and HSL values. Click any value to copy it.

HEX Copy
#000000
RGB Copy
rgb(0, 0, 0)
HSL Copy
hsl(0, 0%, 0%)

Saved Colors

Color Formats

HEX is the most common format for web design — a 6-digit code prefixed with # representing red, green, and blue channels in hexadecimal.

RGB (Red, Green, Blue) expresses each channel as a number from 0–255. Used widely in CSS and image editors.

HSL (Hue, Saturation, Lightness) is often more intuitive for design: hue is the color angle (0–360°), saturation is intensity, and lightness controls brightness.