Feature Description
A color converter which can convert to or from any of these :
- color picker
- hex
- rgb
- hsl
- hwb
- lch
- cmyk
- name
- nearest tailwind color
Problem It Solves
Sometimes we need to convert colors from a format to another
Proposed Solution
choosing a color in the color picker, or writing a color value in any of the input will convert it to all other formats instantaneously
Additional Context
Here is an example from it-tools.tech. I want basically the same but I just want to add a "tailwind color" input so we can also put a tailwind color class to convert it to another color format OR find the nearest tailwind color from a given color value.

Would you like to implement this?
Feature Description
A color converter which can convert to or from any of these :
Problem It Solves
Sometimes we need to convert colors from a format to another
Proposed Solution
choosing a color in the color picker, or writing a color value in any of the input will convert it to all other formats instantaneously
Additional Context
Here is an example from it-tools.tech. I want basically the same but I just want to add a "tailwind color" input so we can also put a tailwind color class to convert it to another color format OR find the nearest tailwind color from a given color value.

Would you like to implement this?