Color Codes › RGB Chart
RGB color codes chart
Common colours with their RGB values. Click any swatch to copy its RGB code. Need to convert a specific colour? Use the converter.
rgb(255, 99, 71)
#FF0000
rgb(255, 0, 0)
#FF7F50
rgb(255, 127, 80)
#FFA500
rgb(255, 165, 0)
#FFD700
rgb(255, 215, 0)
#FFFF00
rgb(255, 255, 0)
#9ACD32
rgb(154, 205, 50)
#00FF00
rgb(0, 255, 0)
#008000
rgb(0, 128, 0)
#00CED1
rgb(0, 206, 209)
#00FFFF
rgb(0, 255, 255)
#1E90FF
rgb(30, 144, 255)
#0000FF
rgb(0, 0, 255)
#000080
rgb(0, 0, 128)
#4B0082
rgb(75, 0, 130)
#8A2BE2
rgb(138, 43, 226)
#EE82EE
rgb(238, 130, 238)
#FF00FF
rgb(255, 0, 255)
#FF1493
rgb(255, 20, 147)
#DC143C
rgb(220, 20, 60)
#A52A2A
rgb(165, 42, 42)
#000000
rgb(0, 0, 0)
#808080
rgb(128, 128, 128)
#C0C0C0
rgb(192, 192, 192)
#FFFFFF
rgb(255, 255, 255)
What is RGB?
RGB defines a colour by its red, green and blue components, each from 0 to 255. Combining the 256 possible values per channel gives 16,777,216 colours.
In CSS, write rgb(255, 99, 71) or the modern space-separated rgb(255 99 71). Add a fourth value for alpha: rgb(255 99 71 / 0.5).
Converting RGB
To turn any RGB value into HEX, HSL, OKLCH or another format, paste it into the colour converter — it reads RGB and every other common format. Or pick a colour visually in the picker and read its RGB value live.
Popular colours
Sage green
Navy blue
Teal
Coral
Burgundy
Terracotta
Mint green
Shades of blue
Shades of pink
All colour codes →