Design
Convert XYZ color values to CMYK for printing
xyz-to-cmyk-converterDesign
Convert XYZ color values to HEX for screen display
xyz-to-hex-converterDesign
Convert XYZ color values to HSL for screen display
xyz-to-hsl-converterDesign
Convert XYZ color values to LAB for color management
xyz-to-lab-converterDesign
Convert XYZ color values to RGB for screen display
xyz-to-rgb-converterDesign
Convert XYZ color values to HSV/HSB for color manipulation
xyz-to-hsv-converterDesign
Upload a variable font (TTF/OTF/WOFF/WOFF2) to inspect its fvar axes and named instances, preview interpolation live in the browser, and generate ready-to-paste font-variation-settings CSS plus the equivalent high-level properties and a variable @font-face block.
variable-font-axis-instance-and-css-font-variation-settings-builderDesign
Generate CSS transform properties
transform-generatorDesign
Convert RGB color values to HEX format for web design
rgb-to-hex-converterDesign
Convert RGB color values to HSL for screen display
rgb-to-hsl-converterDesign
Convert RGB color values to HSV/HSB for color manipulation
rgb-to-hsv-converterDesign
Walk an SVG path command by command (M/L/H/V/C/S/Q/T/A/Z) — per-segment arc lengths, cumulative stroke-dashoffset distances, subpath bounding boxes, cubic handle vectors, arc flag solving, and path-vs-viewBox alignment.
svg-path-data-cubic-quadratic-and-arc-command-length-walker