HTML Color Codes Picker



Mix your own color

White Text

Black Text






Color Gradients

What is a color gradient?

Color gradients, or color transitions, is a gradual blending from one color to another between same color tone (from light blue to navy blue), colors of two different tones (from blue to yellow), or even between more than two colors (from blue to purple to red to orange). It can be of tow types, LINEAR, in which color originates in a linear line or RADIAL, where color radiates out from a central point.

See some of the best color gradients you can use:


{background: linear-gradient(to bottom, #20b2c5 0%, #00e68a 100%)}

{background: linear-gradient(to right, #0099e6 0%, #00ffff 100%)}

{background: linear-gradient(to right, #9733EE 0%, #e600e6 100%)}

{background: linear-gradient(120deg, #16A085 0%, #F4D03F 100%)}

{background: linear-gradient(to top, #5ee7df 0%, #b490ca 100%)}

{background: linear-gradient(to right, #00dbde 0%, #fc00ff 100%)}

{background: linear-gradient(to right, #9268e1 0%, #ec4e70 100%)}

HTML HEX and RGB Color Codes


Hex color codes are used to represent colors in web and graphic design. A hex color code is a six-digit hexadecimal (base 16) number that represents the red, green, and blue components of a color. The first two digits represent the red component, the second two digits represent the green component, and the last two digits represent the blue component.

The color code "#FF0000" represents the color red, because it has a red component of 255 (decimal), a green component of 0, and a blue component of 0.

While RGB color codes represent colors using the primary colors of light: red, green, and blue. Each color is represented by a value between 0 and 255, where 0 represents no intensity of that color and 255 represents maximum intensity. These values can be combined to create a wide range of colors.

For example, an RGB color code of (255, 0, 0) represents pure red, while (255, 255, 255) represents white.

This page contains HTML color code picker in which there are HEX and RGB codes for all the colors. You can choose the color from the picker or can mix your own from the mixer.