pastel

Convert, inspect, and mix colors via the Pastel CLI.

2|Updated May 2, 2025
One-click install
npx skills add https://github.com/daltonkyemiller/dot --skill pastel-daltonkyemiller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pastel
Source: https://github.com/daltonkyemiller/dot/tree/main/.agents/skills/pastel
Command: npx skills add https://github.com/daltonkyemiller/dot --skill pastel-daltonkyemiller

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages and analyzes colors using the Pastel CLI, helping users convert, inspect, and manipulate colors quickly and easily.

Core Features & Use Cases

  • Color Conversion: Convert colors between various formats including hex, RGB, HSL, etc.
  • Color Inspection: Get detailed information about any color including its luminance, ANSI preview, and closest named color.
  • Color Mixing: Mix colors to create new hues and shades.
  • Use Case: Imagine you need to generate a gradient for a web design project. Use this skill to mix colors, adjust lightness, and generate a smooth gradient between them.

Quick Start

Use the pastel skill to convert the color hex #1a1a2e to RGB and get its complement.

Frequently Asked Questions about pastel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert hex color codes to RGB and HSL formats?

Color conversion between hex, RGB, and HSL formats is handled by processing the input color string and outputting the exact requested values. The skill supports converting across various standard formats directly through Bash scripting.

What is the best way to mix two colors using specific colorspaces?

Color mixing is performed by specifying a fraction and the target colorspaces to generate a new blended hue. This allows you to accurately blend colors for design gradients directly via the command line.

How can I get detailed information and the closest named color for a specific hex code?

Color inspection provides detailed information for a hex code, including its luminance, ANSI preview, and the closest named color. It analyzes the input color to output a comprehensive breakdown of its visual properties.

Can I analyze and manipulate colors directly through Bash scripting?

Yes, color manipulation and analysis operate entirely through Bash scripting without requiring manual intervention. It runs via the command line to inspect, convert, and mix colors automatically.

Do I need to install any dependencies to use this color management CLI?

No dependencies are required to use this color management CLI. It operates independently to inspect, convert, and mix colors without needing external packages or manual environment setup.

Why does my color conversion output look different across various formats?

Color conversion outputs differ across formats because underlying colorspaces represent luminance and chroma differently. Inspecting the color's detailed breakdown helps clarify how values map between hex, RGB, and HSL representations.