# Simple color
[](https://crates.io/crates/simple-color)
[](https://docs.rs/simple-color)
A minimal Rust library for basic color handling with optional parsing and serialization.
## Features
- 🎨 a `Color` type for RGB(A) representation
- 🛠️ `const` constructors and builder pattern
- 📝 Hex string parsing (`"FF8000"` → `Color`)
- 📦 Optional features for real-world use cases
For more information have a look at [the documentation](https://docs.rs/simple-color).