Color Picker & Converter
Pick any color and instantly convert between HEX, RGB, RGBA, HSL, HSV, and CMYK. Generate harmonies, shades, find the nearest Tailwind class, and export for CSS, SCSS, or JSON.
100%
Aa
4.54:1 whiteAa
4.62:1 blackAll Formats
HEX
#6D5DFCRGB
rgb(109, 93, 252)RGBA
rgba(109, 93, 252, 1.00)HSL
hsl(246, 96%, 68%)HSLA
hsla(246, 96%, 68%, 1.00)HSV
hsv(246, 63%, 99%)CMYK
cmyk(57%, 63%, 0%, 1%)Nearest Tailwind Color
indigo-500#6366F1Shades & Tints
DarkLight
Color Harmonies
#6D5DFC#ECFC5FExport
/* CSS Custom Property */ --color-primary: #6D5DFC; --color-primary-rgb: 109, 93, 252;