css
16 tools tagged "css".
CSS Formatter
Format and beautify CSS with consistent indentation and spacing.
Open toolCSS Minifier
Shrink CSS by removing whitespace and merging rules, powered by csso.
Open toolSass Compiler
Compile SCSS to plain CSS using Dart Sass, the official Sass implementation.
Open toolLESS Compiler
Compile LESS to plain CSS using the official less.js compiler.
Open toolCSS Validator
Check whether CSS is syntactically valid and see the exact error location.
Open toolCSS to Tailwind Converter
Convert plain CSS rules into their closest Tailwind CSS utility class equivalents.
Open toolTailwind to CSS Converter
Convert a space-separated list of Tailwind utility classes into equivalent plain CSS declarations.
Open toolCSS Variable Extractor
Extract every CSS custom property (--name: value;) from a stylesheet into a clean, deduplicated list.
Open toolSCSS Compiler
Compile a lightweight SCSS subset (nesting, &, variables, comments) to plain CSS with no dependency.
Open toolHex Color to HSL Converter
Convert a #RRGGBB hex color into HSL (hue, saturation, lightness) values.
Open toolHex Color to RGB Converter
Convert a 6-digit #RRGGBB hex color into an rgb(r, g, b) CSS value, no alpha channel.
Open toolHex Color to RGBA Converter
Convert a #RRGGBB or #RRGGBBAA hex color into an rgba(r, g, b, a) CSS color value.
Open toolHSL to Hex Color Converter
Convert HSL (hue, saturation, lightness) values into a #RRGGBB hex color.
Open toolRGB to Hex Color Converter
Convert separate red, green, blue (0-255) values into a plain #RRGGBB hex color.
Open toolRGBA to Hex Color Converter
Convert separate red, green, blue (0-255) and alpha (0-1) values into a #RRGGBBAA hex color.
Open toolTailwind Config Generator
Generate a tailwind.config.ts with content globs, theme colors/fonts, dark mode, and official plugins.
Open tool