This tool converts between three common digital color representations used across web development, design, and graphics programming.
A 6-digit base-16 code. Each pair of digits represents Red (00–FF), Green (00–FF), and Blue (00–FF). #FF5733 = R:255, G:87, B:51. The universal standard for colors in CSS, HTML, and most design tools.
An additive color model where light combines to form colors. Each channel ranges 0–255. rgb(255,87,51) = white + red + green at reduced blue. CSS syntax: rgb(R, G, B). All channels at 255 = white; all at 0 = black.
A cylindrical representation designed for human readability. Hue is the angle on the color wheel (0°=red, 120°=green, 240°=blue). Saturation is how vivid the color is (0%=gray, 100%=full color). Lightness is how bright (0%=black, 50%=normal, 100%=white).
Convert colors between HEX, RGB, and HSL formats instantly. Preview colors visually and copy values with one click.
#3B82F6
Results are estimates based on standard models. Please verify critical data before taking action. Terms of Use
Securely encode and decode text to Base64 format instantly. Perfect for developers and secure data transmission online.
Visually design and generate CSS box-shadow code with real-time preview and multiple shadow layers.
Build and debug cron schedules with a visual interface and human-readable output.