A powerful web application for color manipulation and analysis. This tool helps designers, developers, and artists work with colors efficiently.
- Color picker with various input formats (HEX, RGB, HSL)
- Color name identification
- Color palette generation
- Color contrast checker
- Accessibility compliance testing
- Color shade and tint generation
Try it out here: https://color-tools.skillbird.de/
- Visit the application URL
- Use the color picker to select your desired color
- Explore different color tools and features
- Copy or export your results
- Node.js 22 or higher
- pnpm package manager
-
Clone the repository:
git clone --recurse-submodules https://github.com/raywo-personal/color-tools.git
-
Install dependencies:
pnpm install
-
Start development server:
pnpm start
-
Build for production:
pnpm build
-
Update the submodule:
cd .claude git fetch # get new commits from remote git checkout main # or your default branch git pull # get latest changes
-
Update the project
cd .. git status # shows: .claude has uncommitted changes git add .claude git commit -m "Update Claude knowledge submodule" git push
The application automatically deploys to GitHub Pages when changes are pushed to the main branch.