Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Color Converter

  • 21 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

color-converter is a Claude Code skill that converts colors between HEX, RGB, HSL, HSV and CMYK and generates palettes via a Python CLI.

About

color-converter is a Claude Code skill that converts a color value between HEX, RGB, HSL, HSV and CMYK formats and generates color palettes. It runs a bundled Python CLI script so an agent can turn a single color into a coordinated set. Developers use it when picking or normalizing colors for a UI. It matters because manual color math and palette derivation are error prone.

  • Converts colors between HEX, RGB, HSL, HSV and CMYK
  • Generates complementary, triadic, analogous and split palettes
  • Runs as a standalone Python CLI script

Color Converter by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #1,369 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

color-converter capabilities & compatibility

Capabilities
color conversion · palette generation
Use cases
ui design
Pricing
Free
From the docs

What color-converter says it does

Convert colors between different formats (HEX, RGB, HSL, HSV, CMYK) and generate color palettes.
SKILL.md
`color`, `hex`, `rgb`, `hsl`, `palette`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill color-converter

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Convert a color to another format or derive a matching palette while building a UI.

Who is it for?

Developers who need to convert a color format or derive a matching palette while styling a UI.

Skip if: Full design-system tooling or interactive color pickers.

When should I use this skill?

You have a color value and need it in another format or need a palette derived from it.

What you get

A color is returned in the requested format or a coordinated palette is generated.

  • converted color value
  • generated color palette

By the numbers

  • 4 palette types (complementary, triadic, analogous, split)
  • 5 color formats supported (HEX, RGB, HSL, HSV, CMYK)

Files

SKILL.mdMarkdownGitHub ↗

Color Converter Tool

Description

Convert colors between different formats (HEX, RGB, HSL, HSV, CMYK) and generate color palettes.

Trigger

  • /color command
  • User needs color conversion
  • User wants to generate palettes

Usage

# Convert HEX to RGB
python scripts/color_converter.py "#FF5733"

# Convert RGB to HEX
python scripts/color_converter.py "rgb(255,87,51)"

# Generate palette
python scripts/color_converter.py "#FF5733" --palette complementary

# List named colors
python scripts/color_converter.py --list

Tags

color, hex, rgb, hsl, palette

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

Which color formats does it support?

It converts between HEX, RGB, HSL, HSV and CMYK formats.

Can it generate palettes?

Yes, it generates complementary, triadic, analogous and split palettes from a base color.

Design & UI/UXuibranding

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.