Color Picker

Using the palette above, you can select and adjust your favorite colors, obtain the hexadecimal, RGB, HSL, and CMYK values of the chosen colors, and convert them to each other. It also supports generating corresponding HTML, CSS, and SCSS styles.

Color Chart / Palette

Here we list some commonly used elegant colors. If you need a flat design style, plan to use Google's Material Design color scheme, or focus on using web-safe colors, you can choose from these colors.

Common HTML/CSS Color List



Color Color Name Hex Code RGB Value
White #FFFFFF rgb(255, 255, 255)
Silver #C0C0C0 rgb(192, 192, 192)
Gray #808080 rgb(128, 128, 128)
Black #000000 rgb(0, 0, 0)
Red #FF0000 rgb(255, 0, 0)
Maroon #800000 rgb(128, 0, 0)
Yellow #FFFF00 rgb(255, 255, 0)
Olive #808000 rgb(128, 128, 0)
Green Yellow #00FF00 rgb(0, 255, 0)
Green #008000 rgb(0, 128, 0)
Light Green #00FFFF rgb(0, 255, 255)
Aqua #008080 rgb(0, 128, 128)
Teal #0000FF rgb(0, 0, 255)
Dark Blue #000080 rgb(0, 0, 128)
Purple Red #FF00FF rgb(255, 0, 255))
Purple #800080 rgb(128, 0, 128))