# Color Converter

Convert colors between HEX, RGB, and HSL formats.

URL: https://everythingdeck.com/color-converter

## Processing
Processing takes place in your browser. Inputs and files are not uploaded or retained.

## How to use
Enter a hex color, rgb() value, or hsl() value to see equivalent values and a complementary color.

## Example
Convert #26745c to RGB and HSL for your stylesheet.

## Inputs
text

## Outputs
text

## Capabilities
- HEX to RGB
- HEX to HSL
- RGB to HEX
- HSL to HEX
- complementary color

## Limitations
Supports opaque sRGB colors. Alpha, named colors, and OKLCH are not supported.

## Related tools
- [Aspect Ratio Calculator](https://everythingdeck.com/aspect-ratio-calculator)
- [Contrast Checker](https://everythingdeck.com/contrast-checker)
