All Tools
1049+ free tools

Color Overlay

Apply a colored overlay to an element using mix-blend-mode.

.image { background-color: #0ea5e9; position: relative; }
.image::after { content: ""; position: absolute; inset: 0; background: #ec4899; opacity: 0.5; mix-blend-mode: overlay; }

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.