Conversor de colores
Convierte colores entre formatos HEX, RGB, HSL, HSV y CMYK al instante
Color Formats
Color Format Converter — HEX, RGB, HSL, HSV
Convert colors between HEX, RGB, HSL, HSV, CMYK, and CSS named colors instantly. Enter any format and get all others — useful for design handoff, CSS work, and print color matching.
FAQ
What is the difference between RGB and HEX?
Both describe the same colors. RGB uses three decimal values (0–255) for red, green, blue. HEX encodes the same values in two hexadecimal digits each (#RRGGBB).
When should I use HSL?
HSL (Hue, Saturation, Lightness) is more intuitive for humans. It's easier to create lighter/darker shades by adjusting L, or muted tones by adjusting S.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Screens use RGB; printers use CMYK inks.
Sigue explorando
Otras herramientas de Desarrollo que te pueden gustar…
Formateador JSON
Formatea, valida y minifica JSON con resaltado de sintaxis y detección de errores
Codificador/Decodificador Base64
Codifica texto o archivos a Base64 y decodifica cadenas Base64 a texto legible
Codificador/Decodificador de URL
Codifica y decodifica componentes URL y parámetros de query string
Generador de UUID
Genera UUIDs aleatorios (v1, v4) o genera múltiples UUIDs en lote
Generador de Hash
Genera hashes MD5, SHA-1, SHA-256, SHA-512 desde texto o archivos
Tester de Regex
Prueba expresiones regulares con resaltado de coincidencias en tiempo real
Decodificador JWT
Decodifica e inspecciona JSON Web Tokens — ve header, payload y verifica firmas
Formateador HTML
Formatea y embellece código HTML con indentación correcta y resaltado de sintaxis