Tool

RGB to HEX converter

Set R, G, B with the sliders or the number fields - the hex code and every other format update automatically.

#4DA6FFrgb(77, 166, 255)

RGB

R
G
B

Tailwind palette

50100200300400500600700800900950
slate
gray
zinc
neutral
stone
red
orange
amber
yellow
lime
green
emerald
teal
cyan
sky
blue
indigo
violet
purple
fuchsia
pink
rose
HEX
RGB
HSL
HSV
CMYK

Use this color for

How to convert rgb to hex by hand

Each of the three RGB channels (0 to 255) is converted to a hexadecimal pair separately, then the three pairs are joined into one code with a leading hash. For example, rgb(77, 166, 255) is 77→4D, 166→A6, 255→FF, together #4DA6FF. The converter above calculates this instantly, no lookup table required.

Export