← Back to all tools

Goodfolk Design Utilities

HEX Color Converter

Convert HEX colors to RGB and HSL, preview the color, and copy CSS-ready values.

Enter a 3-digit or 6-digit HEX color, with or without the # symbol. Example: #3B82F6, 3B82F6, or 3BF.

Preview

#3B82F6

Color values

HEX

#3B82F6

RGB

rgb(59, 130, 246)

HSL

hsl(217, 91%, 60%)

CSS snippets

CSS variable

--color-brand: #3B82F6;

Background

background-color: #3B82F6;

Text color

color: #3B82F6;

Border color

border-color: #3B82F6;

Related tools