Pick colors from images and convert between formats
#ea580c
rgb(234, 88, 12)
hsl(25, 85%, 50%)
Hexadecimal representation using red, green, and blue values. Most commonly used in web development.
#ff0000, #00ff00, #0000ff
Represents colors using decimal values from 0-255 for each primary color component.
rgb(255, 0, 0), rgb(0, 255, 0)
Describes colors using hue angle (0-360°), saturation percentage, and lightness percentage.
hsl(0, 100%, 50%), hsl(120, 100%, 50%)