Generates a harmonious typographic scale based on a base font size and a ratio (minor second 1.067, major second 1.125, minor third 1.2, major third 1.25, perfect fourth 1.333, golden ratio 1.618, etc.). Shows each step in pixels, rems, and ems with a live preview. Outputs as CSS custom properties or Tailwind theme configuration.
:root {
--text-xs: 0.563rem;
--text-sm: 0.750rem;
--text-base: 1.000rem;
--text-lg: 1.333rem;
--text-xl: 1.777rem;
--text-2xl: 2.369rem;
--text-3xl: 3.157rem;
--text-4xl: 4.209rem;
}Choose a base size and ratio to generate a complete typographic scale with copy-ready CSS.
Generate linear, radial, and conic CSS gradients with live preview.
Create CSS box shadows with live preview and code output.
Generate CSS border-radius values visually.
Generate CSS text-shadow effects with live preview.
Convert image files to Base64-encoded data URLs.
Convert Base64-encoded data URLs back to viewable and downloadable images.