All Tools
1049+ free tools

Retina Image Calculator

Generate 1x, 2x, 3x image export dimensions for retina displays.

1x
400×300
Standard displays
2x
800×600
Retina / mobile
3x
1200×900
iPhone Pro / hi-DPI
Srcset syntax
<img srcset="image@1x.png 1x, image@2x.png 2x, image@3x.png 3x" src="image@1x.png" alt="">
/* Display 400×300 → export these sizes */
img { width: 400px; height: 300px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img { content: url(image@2x.png); /* 800×600 */ }
}

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.