Design
Convert LCH color values to HSL for screen display
lch-to-hsl-converterDesign
Convert LCH color values to LAB for color management
lch-to-lab-converterDesign
Convert LCH color values to RGB for screen display
lch-to-rgb-converterDesign
Convert LCH color values to XYZ for color management
lch-to-xyz-converterDesign
Convert LAB color values to XYZ for color management
lab-to-xyz-converterDesign
Convert LAB color values to HSV/HSB for color manipulation
lab-to-hsv-converterDesign
Convert LCH color values to HSV/HSB for color manipulation
lch-to-hsv-converterDesign
Convert LAB color values to RGB for screen display
lab-to-rgb-converterDesign
Extract a dominant color palette from an image (k-means clustering), then export it as CSS variables, SCSS variables, a Tailwind config, or JSON design tokens — with named colors and an auto-generated shade scale for each
image-to-design-tokensDesign
Generate red-cyan 3D anaglyph images from regular photos. Creates stereoscopic 3D images viewable with red-cyan 3D glasses.
image-anaglyphDesign
Generate depth maps from images using brightness, saturation, and edge analysis. Creates grayscale depth maps where lighter pixels indicate closer objects and darker pixels indicate further objects.
image-depth-mapDesign
Generate parallax animations from images. Creates depth-based animation where different layers move at different speeds, creating a 3D effect.
image-parallax