Skip to content
FizzKit

HEX to RGB

Fast bidirectional HEX/RGB converter with a color picker and live swatch. Supports 3-digit, 6-digit, and 8-digit (with alpha) hex formats.

Runs locally in your browser
Preview
HEX#6366f1
HEX (upper)#6366F1
RGBrgb(99, 102, 241)
Tailwind arbitrarytext-[#6366f1]
CSS variable--color: #6366f1;
R
99
G
102
B
241
Alpha
1.00
Luminance
0.437

About HEX to RGB

Fast bidirectional HEX/RGB converter with a color picker and live swatch. Supports 3-digit, 6-digit, and 8-digit (with alpha) hex formats.

HEX to RGB is part of FizzKit — a collection of focused, browser-based tools. Because everything runs locally, it works offline once loaded and never exposes your data to a remote server.

Frequently asked questions

Yes. 8-digit hex (e.g., `#ff000080`) includes an alpha channel that maps to `rgba(255, 0, 0, 0.5)`.