Color Converter
Color Converter — runs in your browser. Inputs are not stored.
RGB / HEX
Supports #RGB and #RRGGBB. Preview is shown only on this page.
How to use
- Enter HEX such as #1a5cff.
- Changing R, G, or B numbers updates HEX.
- Confirm with the color preview above.
Key concepts: HEX and RGB
HEX is a hexadecimal color code. Three-digit #RGB and six-digit #RRGGBB are accepted. RGB channels are 0–255. Convert when matching values across design, CSS, and development tools.
Example
#abc is expanded to #aabbcc. The preview is only on this page and is not saved.
Related: character counter · keyboard tester · date calculator
Frequently asked questions
Does RGB HEX conversion support alpha (transparency)?
This version converts RGB and HEX only.
What about short codes like #abc?
They are expanded to #aabbcc.
Is the color saved?
No. It disappears when you close the page.
Does case matter?
HEX is recognized in both upper and lower case.
With other utilities?
The <a href="/tools/char-count/">character counter</a> and <a href="/tools/keyboard-test/">keyboard tester</a> are on the same hub.
Last reviewed: 2026-09-04