Random Color Generator

Form to generate random color

Use this color generator to randomly pick a color from the color palette.

Your result can be seen below.

Random Color:

HEX
RGB
HSL

Preview:


Black Text

Shadow

White Text

Shadow

Information about Color Generator

About Color Generator

Digital color can be represented in a number of ways. The most common ways to represent color on the web are via a 6-digit HEX number, RGB, and HSL. Three of these are supported in our random color picker:

  • Hex - 6-digit, 24 bit, hexidecimal number that represents Red, Green, and Blue. An example of a Hex color representation is #123456, 12 is Red, 34 is Green, and 56 is Blue. There are 16 million possible colors. HEX color values are supported in all browsers.
  • RGB - RGB color value is specified with: red, green, blue. Each parameter defines the intensity of the color as an integer between 0 and 255. RGB color values are supported in all browsers.
  • HSL - stands for Hue, Saturation, and Lightness. The values are based on a position from the center of a color wheel. The value for Hue is from 0 to 360, representing the degrees on a color wheel. Saturation is the distance from the center of the color wheel. The L stands for Lightness, which represents the preceived liminance of the color. HSL was added in CSS3.

What is a random color generator?

This tool Color Generator makes it easy to generate random colors for use on the Internet. Press the "Generate a Random Color" button if you want get random color. The result of generating a random color is displayed in all three standard CSS formats.

How to choose a random color?

Using our tool, you can easily get a random color, you just need to press one button "Generate a Random Color" and you will get an absolutely random color in 3 formats at once (Hex, RGB, HSL), and you can also see how the color looks like.

A little lower there will be more auxiliary blocks that show similar colors so that you can get a more ideal color.

How to get random color in Hex format?

Click the "Generate a Random Color" button and copy the result from the HEX field.

How to get random color in RGB format?

Click the "Generate a Random Color" button and copy the result from the RGB field.

How to get random color in HSL format?

Click the "Generate a Random Color" button and copy the result from the HSL field.