Skip to content We're live on Product Hunt today Upvote
install

free tools runs in this tab no account, no upload

free tool

Hex, rgb and hsl

What is this hex in rgb, and in hsl?

One colour written the three ways CSS accepts it, with the channel values underneath. Paste any of the three - it reads what you give it and prints the other two.

The quick brown fox jumps over the lazy dog, at the size body text is actually set.
#0d7490 The same colour, three ways CSS will accept it.
  • rgb() rgb(13, 116, 144)
  • hsl() hsl(193 83% 31%)
  • red 13
  • green 116
  • blue 144

how to use it

  1. Paste the colour in whichever notation you have: #0d7490 or rgb(13, 116, 144).
  2. Read the other two spellings beside it, ready to paste into a stylesheet.
  3. The channels underneath are the numbers a design token usually stores.

what this page cannot do

This converts a colour you already have. The extension collects every colour a page actually paints, deduplicated and counted, so you find out which of the forty greys in the stylesheet the page really uses.

Tokens in the panel What design tokens is this page actually painting with?