Choosing accessible colors for web design
A color picker helps you explore palettes and copy exact values into CSS, Figma or Tailwind config. Beyond aesthetics, contrast ratio matters for accessibility. WCAG recommends at least 4.5:1 contrast for normal text against its background.
HEX is the default on the web. RGB maps to screens. HSL makes it easier to adjust lightness without shifting hue. Pick a base color, then copy all three formats for your design system documentation.