HEX to RGB Converter

Bidirectional color converter for FiveM development. Convert between HEX, RGB, HSL with ready-to-use Lua and CSS code.

Color Preview

#2DD4BF

Code Output

SetVehicleCustomPrimaryColour(vehicle, 45, 212, 191)
color: rgb(45, 212, 191);
background: #2dd4bf;
-- NUI callback color
local hexColor = "#2dd4bf"
local r, g, b = 45, 212, 191
100%
rgba(45, 212, 191, 1.0)

Popular FiveM Vehicle Colors

Recent Colors

No colors yet. Start converting to build history.

Looking for premium FiveM scripts? Check out the Agency Scripts store or join our Discord.

Copied!