Color Picker
Pick colors and get HEX, RGB, and HSL values instantly
Color Formats
Color Palette
Color Picker — HEX, RGB, HSL
Pick any color using a visual color wheel and get the HEX, RGB, HSL, and HSV values instantly. Save your colors to a palette, copy individual values, and convert between formats.
Color format quick reference
HEX (#rrggbb)
Used in CSS, HTML, and design tools. #FF5733 = R:255, G:87, B:51. The most common format for web design.
RGB (r, g, b)
Red, Green, Blue components 0–255. rgb(255, 87, 51). Direct control over individual channels.
HSL (h, s%, l%)
Hue (0–360°), Saturation (0–100%), Lightness (0–100%). More intuitive for adjusting shades and tints.
HSV (h, s%, v%)
Hue, Saturation, Value — used in most color pickers because it maps naturally to a rainbow + white-to-black axis.
Continue Exploring
Other Image Tools you might like...
JPG to PNG Converter
Convert JPG/JPEG images to PNG format instantly in your browser
PNG to WebP Converter
Convert PNG images to WebP format for better web performance
Image Format Converter
Convert images between PNG, JPEG, and WebP in your browser — no upload required
Image Compressor
Compress images to reduce file size while maintaining quality
Image Resizer
Resize images to custom dimensions or common presets
Image Upscaler
Upscale images 2×, 3×, or 4× in your browser using Bicubic, Lanczos, or Nearest-neighbor resampling
Image Cropper
Free online image cropper — crop photos to any size, aspect ratio, or custom dimensions. Works with JPG, PNG, WebP. No upload, no sign-up.
Image to Base64
Convert images to Base64 encoded strings and decode Base64 back to images