mixable/color-utils

PHP utilities to convert any values between RGB, HSL, CMYK, YUV and HEX colors.

1.0.4 2023-09-18 18:54 UTC

This package is auto-updated.

Last update: 2024-05-18 20:20:27 UTC


README

PHP class to convert any values between RGB, HSL, CMYK, YUV and HEX colors.

This package also provides some calculations on color to handle readability for colored or light and dark backgrounds.

More details are available at:
https://mixable.blog/adjust-text-color-to-be-readable-on-light-and-dark-backgrounds-of-user-interfaces/
https://mixable.blog/black-or-white-text-on-a-colour-background/

Installation

You can install this package by using composer.

composer require mixable/color-utils