https://github.com/statico/ansi-color-picker
https://github.com/statico/ansi-color-picker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statico/ansi-color-picker
- Owner: statico
- License: unlicense
- Created: 2025-08-04T20:11:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T20:42:12.000Z (11 months ago)
- Last Synced: 2025-08-04T22:57:38.586Z (11 months ago)
- Language: HTML
- Homepage: https://statico.github.io/ansi-color-picker/
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ANSI Color Picker
An interactive web-based tool for finding the closest ANSI 256 terminal colors to any color you select.
**[Try the live demo →](https://statico.github.io/ansi-color-picker/)**
[
](https://statico.github.io/ansi-color-picker/)
## Features
- **Visual HSV color picker** with intuitive saturation/value square and hue slider
- **Real-time ANSI color matching** - instantly see the closest ANSI 256 color
- **Hex color input** for precise color selection
- **Terminal escape codes** - copy-ready foreground and background color codes
- **Color comparison** - see your selected color alongside the closest ANSI match
## Usage
Open `index.html` in a web browser. Click and drag on the color square to adjust saturation and value, or use the hue strip to change the base color. The tool will automatically find and display the closest matching ANSI 256 color along with its terminal escape codes.
## About
This tool was vibe coded with [Claude Code](https://claude.ai/code) - built through natural conversation rather than traditional programming.