Upload and Pick Colors from Image

Your image

Color Information

AI Color Palette

Frequently Asked Questions

To pick a color from an image:
  1. Upload an image using the "Upload Image" button.
  2. Once the image is loaded, the AI Color System will automatically generate harmonious color scales.
  3. Click on any part of the image to pick a specific color.
  4. The color will be displayed in the "Color Information" section with HEX and RGB values.
  5. The AI Color System will regenerate new color scales based on your clicked color.
  6. Use the export section to copy the generated colors for your projects.

The AI Color System intelligently generates semantic color scales based on your image or clicked colors. Using advanced color harmony theory and OKLCH color space, it creates professionally named color scales (like "primary", "danger", "success") with 11 shades each (50-950). When you click on a color in your image, the system regenerates harmonious color combinations perfect for design systems. You can export these colors as Tailwind CSS configuration, CSS variables, or JSON format.

The magnifier helps you select colors more precisely:
  1. Hover your mouse over the image.
  2. A magnified view will appear, showing a zoomed-in portion of the image.
  3. Move your mouse to the exact pixel you want to select.
  4. Click to pick the color of that pixel.
This feature is especially useful for selecting colors from detailed or complex images.

After generating your AI Color System, you'll see an export section with multiple format options:
  • Tailwind CSS: Copy the configuration code and paste it into your tailwind.config.js file. Then use classes like bg-primary-500 or text-danger-100.
  • CSS Variables: Copy the CSS custom properties and add them to your stylesheet. Use them like background-color: var(--primary-500);
  • JSON: Raw color data perfect for importing into design tools or JavaScript applications.
Each format includes copy-to-clipboard buttons for easy integration into your projects.