Color Converter & Picker
Color Preview
CSS Code
/* Color: #8a4fff */
.color {
/* HEX */
color: #8a4fff;
/* RGB */
color: rgb(138, 79, 255);
/* RGBA with opacity */
color: rgba(138, 79, 255, 0.5);
/* HSL */
color: hsl(260, 100%, 65%);
/* HSLA with opacity */
color: hsla(260, 100%, 65%, 0.5);
}
About Color Converter
This tool helps you convert colors between different formats and generate CSS code. It's useful for:
- Converting between HEX, RGB, and HSL color formats
- Generating CSS code for your colors
- Saving colors for future reference
- Web design and development projects
All color conversions are performed in your browser, and your data is never sent to a server.