# Klar This crate provides an API for parsing, modifying and converting CSS colors. ## Documentation Documentation for `klar` can be found on [docs.rs](https://docs.rs/klar). ## Project Goals - Make interacting with colors easier and more accessible for designers and developers - Provide full support for the following `color models`: - Hexadecimal: 3-digit, 6-digit and 8-digit (includes alpha channel) - RGB and RGBA - HSL and HSLA - Named colors - Adhere to [W3C](https://www.w3.org/) definition of CSS colors - Official specification: [CSS Color Module Level 3](https://www.w3.org/TR/css-color-3/) ## Licensing This project is licensed under the [MIT License](LICENSE).