docs.rodeo

MDN Web Docs mirror

Color picker

This tool lets you pick a color in the sRGB {{glossary("color space")}}  and converts it between various CSS color formats, helping you understand the syntax of the following sRGB color notations:

When you select a color, it gets displayed in four standard CSS color formats. Control over the alpha channel is also supported.

{{EmbedGHLiveSample("css-examples/modules/colors.html", '100%', 450)}} 

The generated color values can be used anywhere the {{cssxref("color_value", "<color>")}}  data type is supported in CSS.

See also

In this article

View on MDN