Convert a color between every format at once — HEX, RGB, HSL, HSV, CMYK and OKLCH. Edit any one and the rest update live.
/* HEX */ color: #7C5CFF;
/* RGB */ color: rgb(124, 92, 255);
/* HSL */ color: hsl(252, 100%, 68%);
/* OKLCH */ color: oklch(0.599 0.230 286.2);