Encoding
HTML Encoder & Decoder
Encode special characters as HTML entities or decode them back to text.
Design
Convert colors between HEX, RGB and HSL with a visual preview.
Use the visual picker or enter a HEX value.
Color preview
#7C3AED
rgb(124, 58, 237)
Edit red, green and blue values between 0 and 255.
Edit hue, saturation and lightness.
Copy a CSS-ready representation.
HEX
#7C3AEDRGB
rgb(124, 58, 237)HSL
hsl(262, 83%, 58%)Variants share the same hue and saturation.
Local color conversion
HEX, RGB and HSL conversions are calculated directly in your browser.
About this tool
A color converter translates colors between formats commonly used in CSS and design tools. BigForgeKit keeps HEX, RGB and HSL values synchronized while providing a visual preview and editable color channels.
Features
Frequently asked questions
RGB describes colors using red, green and blue light values. HSL describes them using hue, saturation and lightness, which can be more intuitive when creating color variations.
Eight-digit HEX values can include an alpha channel, but this first version focuses on six-digit opaque HEX colors.
Some conversions require rounding decimal values, so converting repeatedly between formats may produce very small numerical differences.
No. All color calculations happen entirely inside your browser.
Related tools