PHPackages                             hexcolor/hexcolor-tools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hexcolor/hexcolor-tools

ActiveLibrary

hexcolor/hexcolor-tools
=======================

Lightweight PHP color conversion utilities for HEX, RGB, HSL, and WCAG accessibility contrast ratio calculations by HexColor.ie.

00PHP

Since Aug 16Pushed yesterdayCompare

[ Source](https://github.com/alexstrzop-ship-it/hexcolor-php)[ Packagist](https://packagist.org/packages/hexcolor/hexcolor-tools)[ RSS](/packages/hexcolor-hexcolor-tools/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

HexColor Tools (PHP Package)
============================

[](#hexcolor-tools-php-package)

[![Latest Stable Version](https://camo.githubusercontent.com/f7289a65e36e4a724d8cacafc285574021ac2e3c9ba8b7c31a6ecf1d69b803a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686578636f6c6f722f686578636f6c6f722d746f6f6c732e737667)](https://packagist.org/packages/hexcolor/hexcolor-tools)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

A lightweight, zero-dependency PHP color conversion and WCAG 2.1 accessibility contrast calculation library powered by **[HexColor.ie](https://hexcolor.ie/?utm_source=packagist&utm_medium=readme&utm_campaign=hexcolor-php)**.

---

🎨 Features &amp; Live Online Tools
----------------------------------

[](#-features--live-online-tools)

- **[Color Picker &amp; Eyedropper](https://hexcolor.ie/color-picker/):** Convert HEX, RGB, HSL, and HSV color values.
- **[Image Gradient Generator](https://hexcolor.ie/image-gradient-generator/):** Extract CSS gradients directly from any image.
- **[Palette Generator](https://hexcolor.ie/palette-generator/):** Generate triadic, monochromatic, and complementary color schemes.
- **[WCAG Contrast Checker](https://hexcolor.ie/contrast-checker/):** Calculate web accessibility contrast ratios.
- **[Colorblind Simulator](https://hexcolor.ie/colorblind-simulator/):** Test deuteranopia, protanopia, and tritanopia color vision.

---

🚀 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require hexcolor/hexcolor-tools
```

---

💻 Usage Example
---------------

[](#-usage-example)

```
