CSS Text Highlighter Generator

Home/Tools/Text Highlighter Generator

Create CSS text highlight effects — marker, underline, box, strikethrough, and gradient sweep.

No sign-up neededRuns in your browserProduction-ready CSS

Style

Appearance

60%
40%

Preview

The Highlighted Text Example demonstrates this CSS effect in context.

Generated CSS
.highlight {
  background: linear-gradient(
    transparent 60%,
    #fbbf2499 60%
  );
  padding: 0 4px;
}