HEX to RGB converter
Paste a hex code - instantly see the R, G, B values and every other format: HSL, HSV, CMYK.
#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 hex to rgb by hand
A hex code is three pairs of hexadecimal digits: the first pair encodes red, the second green, the third blue, each ranging from 00 to FF (0 to 255 in plain decimal). For example, #4DA6FF is R=77 (4D), G=166 (A6), B=255 (FF). The converter above does this automatically and instantly shows the result in rgb(), hsl(), hsv(), and cmyk().