Color Converter

7 Chars
16 Chars
About Color Converter

Color Converter supports conversion between HEX and RGB formats and integrates a color picker.

  • 🎨 HEX Format: A 6-digit or 3-digit hexadecimal number starting with #, such as #ff0000 or #f00 (automatically expanded to #ff0000).
  • 🌈 RGB Format: rgb(red, green, blue), each component 0-255, e.g., rgb(255,0,0). Spaces are allowed.
  • πŸ–ŒοΈ Color Picker: Click the color swatch on the right to open the system color picker. The selected color will automatically populate the input box (in HEX format).
  • πŸ”„ When the input contains a valid HEX value, the color picker synchronizes to display that color.
  • πŸ’‘ Click the "Example" button to cycle through HEX and RGB examples.
  • πŸ“Š Real-time character count is displayed below the input and output boxes.