Color Converter

Enter any color format
Output format

Quick Examples

© 2025 Luka Uzel — Open sourced under the MIT License.

loCode V1.0.0 built with ❤️ using Symfony, Alpine.js, Bootstrap and Docker

Thu. 5 March 2026 09:59

Help

Color Converter

Convert colors between different formats with automatic source format detection.

Supported Formats:

  • HEX: #FF5733 or #F73
  • RGB: rgb(255, 87, 51)
  • RGBA: rgba(255, 87, 51, 0.5)
  • HSL: hsl(9, 100%, 60%)
  • HSLA: hsla(9, 100%, 60%, 0.5)
  • CMYK: cmyk(0%, 66%, 80%, 0%)

Features:

  • Automatic source format detection
  • Real-time conversion
  • Color preview
  • Full precision conversion