Color Picker

Pick colors and convert between different color formats

HEX

#1E40AF

RGB

rgb(30, 64, 175)

HSL

hsl(224, 71%, 40%)

About Color Formats

Colors in web development can be represented in several formats:

  • HEX: #RRGGBB format (e.g., #FF0000 for red)
  • RGB: rgb(red, green, blue) values from 0-255
  • HSL: hsl(hue, saturation%, lightness%)
  • Named Colors: Standard CSS color names

Features

  • Visual color picker
  • Format conversion
  • Color palette generation
  • Copy color codes
  • Color accessibility info