Skip to content
QuickTool logoQuickTool

HEX to RGB

Convert hex color codes to RGB/A

Start

rgba(51, 102, 255, 1)

Description

Convert #RRGGBB or shorthand #RGB hex colors to RGB and RGBA values for quick use.

Use this when translating design tokens or inspecting theme values.

Key features

  • Supports #RGB and #RRGGBB
  • Shows RGB and RGBA forms
  • Copy result with one click

Related tools

How to Use

  1. Paste a hex color like #3366ff.
  2. Copy the displayed RGB or RGBA value.
  3. Use “Sample” to try a demo color.

Example

Example

#3366ff → rgb(51, 102, 255)

FAQ

Invalid hex?

Ensure # followed by 3 or 6 hex digits.

Alpha channel?

Output includes RGBA with alpha 1.0.