We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
color #aaa123 to rgb
will gives you rgb(170, 161, 35)
rgb(170, 161, 35)
color #aaa123 to hsl
will gives you hsl(56, 66%, 40%)
hsl(56, 66%, 40%)
The text was updated successfully, but these errors were encountered:
+1 on this. A lot of new color formats are/will be arriving soon on browsers like p3, srgb, lch, etc. This would be great to see!
Sorry, something went wrong.
No branches or pull requests
For example:
will gives you
rgb(170, 161, 35)
will gives you
hsl(56, 66%, 40%)
The text was updated successfully, but these errors were encountered: