All Tools
1049+ free tools

Focus State Builder

Design accessible keyboard focus styles — never remove outlines without replacing them.

Use :focus-visible so the style only appears for keyboard users — not on mouse clicks.
:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: 2px;
}

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.