All Tools
1049+ free tools

Duotone Generator

Create a two-tone duotone effect using CSS blend modes.

Original (grayscale)
Duotone (#0f172a → #f59e0b)
Color ramp
.duotone {
  filter: grayscale(100%) contrast(1.2);
  background: linear-gradient(#0f172a, #f59e0b);
  background-blend-mode: multiply;
}

Related design tools

Accessibility Checker
WCAG contrast & accessibility compliance checker
Color Wheel
Interactive HSL color wheel — click to pick hue and saturation.
Color Picker
Pick a color and get HEX, RGB, and HSL values instantly.
Palette Generator
Generate random color palettes in 5 styles.