{
  "id": "color-converter",
  "slug": "color-converter",
  "title": "Color Converter & Contrast Checker",
  "description": "Convert colors between HEX, RGB, HSL and HSV — plus WCAG contrast ratio checker.",
  "category": "converters",
  "tags": ["color", "hex", "rgb", "hsl", "hsv", "contrast", "wcag", "accessibility"],
  "icon": "palette",
  "needsBackend": false,
  "relatedModules": ["unit-converter"],
  "seoIntro": "Designers and developers constantly switch between color formats — HEX for CSS, RGB for canvas, HSL for systematic palettes, HSV for color pickers.\n\nThis tool converts a single color across all four notations and checks its WCAG contrast against any background, helping you build accessible interfaces.",
  "seoFaq": [
    { "q": "What contrast ratio do I need?", "a": "WCAG 2.1 requires 4.5:1 for normal text and 3:1 for large text (AA). For AAA the thresholds are 7:1 and 4.5:1." },
    { "q": "Why HSL and HSV?", "a": "HSL (hue/saturation/lightness) is great for tints and shades. HSV (hue/saturation/value) maps directly to the color wheel used in most design tools." },
    { "q": "Can I get the alpha channel?", "a": "Yes. Use the #rrggbbaa HEX form or the RGBA notation in the input." }
  ]
}
