Brand colors

LaLiga Brand Colors

LaLiga palette: #E30613, #004B93, #FFFFFF. Compare HEX/RGB, WCAG contrast and CSS tokens; open independent JSON data.

Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by LaLiga.

Commonly referenced palette LaLiga
#E30613#004B93#FFFFFF
Listed without an implied color hierarchy

Palette

Palette color 1#E30613RGB 227, 6, 19
Palette color 2#004B93RGB 0, 75, 147
White#FFFFFFRGB 255, 255, 255

CSS Tokens

:root {
  --brand-la-liga-1: #E30613;
  --brand-la-liga-2: #004B93;
  --brand-la-liga-3: #FFFFFF;
}

Accessibility Snapshot

#E30613Black 4.3:1 / White 4.88:1
#004B93Black 2.43:1 / White 8.65:1
#FFFFFFBlack 21:1 / White 1:1

Brand palette context

About LaLiga Brand Colors

LaLiga is represented here by the commonly referenced values #E30613, #004B93, and #FFFFFF in this independent sports brand color reference. The palette includes Red, Blue, and Gray color families, with no undocumented primary, secondary, or accent roles assigned.

Across 3 listed values, #004B93 is darkest at luminance 0.0714 and #FFFFFF is lightest at 1. Black gives the stronger standard-text contrast on 1 value, while white is stronger on 2; each pairing remains documented separately in the accessibility snapshot.

Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by LaLiga.

Downloadable brand colors infographic

LaLiga Brand Colors Infographic

Save an independent infographic of the commonly referenced LaLiga HEX palette and its accessibility guidance. No logo or proprietary artwork is included.

1200 × 800
LaLiga brand colors infographic showing its commonly referenced HEX palette and accessibility guidance for every listed color without assigning a color hierarchy.
LaLiga brand colors infographic. Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by LaLiga.

Machine-readable data

Machine-Readable Brand Color Data (JSON)

Structured brand palette data for design systems, references, automations, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.1651
Black text4.3:1AA Fail
White text4.88:1AA Pass
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Brand
{
  "slug": "la-liga",
  "name": "LaLiga",
  "category": "sports",
  "brandCategory": [
    "Sports",
    "sports"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/la-liga/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/sports/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by LaLiga."
}
Palette
[
  {
    "name": "Palette color 1",
    "hex": "#E30613",
    "rgb": [
      227,
      6,
      19
    ],
    "hsl": [
      356,
      95,
      46
    ],
    "cmyk": [
      0,
      97,
      92,
      11
    ],
    "luminance": 0.1651,
    "contrast": {
      "black": 4.3,
      "white": 4.88
    },
    "wcag": {
      "AA": [
        "#FFFFFF"
      ],
      "AAA": []
    }
  },
  {
    "name": "Palette color 2",
    "hex": "#004B93",
    "rgb": [
      0,
      75,
      147
    ],
    "hsl": [
      209,
      100,
      29
    ],
    "cmyk": [
      100,
      49,
      0,
      42
    ],
    "luminance": 0.0714,
    "contrast": {
      "black": 2.43,
      "white": 8.65
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "name": "White",
    "hex": "#FFFFFF",
    "rgb": [
      255,
      255,
      255
    ],
    "hsl": [
      0,
      0,
      100
    ],
    "cmyk": [
      0,
      0,
      0,
      0
    ],
    "luminance": 1,
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
AI context
{
  "brandUseCases": [
    "team-adjacent graphics",
    "event systems",
    "merchandise design",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "sports brand colors",
    "red brand palette",
    "blue brand palette",
    "gray brand palette",
    "warm brand palette",
    "cool brand palette",
    "neutral brand palette",
    "vibrant brand color",
    "jewel tone brand color",
    "light brand color",
    "LaLiga color reference"
  ],
  "contrastSafeWith": [
    "#FFFFFF",
    "#F5F5F5",
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/la-liga.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-la-liga-1: #E30613;\n--brand-la-liga-2: #004B93;\n--brand-la-liga-3: #FFFFFF;"
}
Accessibility
[
  {
    "hex": "#E30613",
    "contrast": {
      "black": 4.3,
      "white": 4.88
    },
    "wcag": {
      "AA": [
        "#FFFFFF"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#004B93",
    "contrast": {
      "black": 2.43,
      "white": 8.65
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "hex": "#FFFFFF",
    "contrast": {
      "black": 21,
      "white": 1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "la-liga",
  "name": "LaLiga",
  "category": "sports",
  "brandCategory": [
    "Sports",
    "sports"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by LaLiga.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/la-liga/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/sports/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/la-liga.json",
  "colors": [
    {
      "name": "Palette color 1",
      "hex": "#E30613",
      "rgb": [
        227,
        6,
        19
      ],
      "hsl": [
        356,
        95,
        46
      ],
      "cmyk": [
        0,
        97,
        92,
        11
      ],
      "luminance": 0.1651,
      "contrast": {
        "black": 4.3,
        "white": 4.88
      },
      "wcag": {
        "AA": [
          "#FFFFFF"
        ],
        "AAA": []
      }
    },
    {
      "name": "Palette color 2",
      "hex": "#004B93",
      "rgb": [
        0,
        75,
        147
      ],
      "hsl": [
        209,
        100,
        29
      ],
      "cmyk": [
        100,
        49,
        0,
        42
      ],
      "luminance": 0.0714,
      "contrast": {
        "black": 2.43,
        "white": 8.65
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": [
          "#FFFFFF",
          "#F5F5F5"
        ]
      }
    },
    {
      "name": "White",
      "hex": "#FFFFFF",
      "rgb": [
        255,
        255,
        255
      ],
      "hsl": [
        0,
        0,
        100
      ],
      "cmyk": [
        0,
        0,
        0,
        0
      ],
      "luminance": 1,
      "contrast": {
        "black": 21,
        "white": 1
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      }
    }
  ],
  "brandUseCases": [
    "team-adjacent graphics",
    "event systems",
    "merchandise design",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "sports brand colors",
    "red brand palette",
    "blue brand palette",
    "gray brand palette",
    "warm brand palette",
    "cool brand palette",
    "neutral brand palette",
    "vibrant brand color",
    "jewel tone brand color",
    "light brand color",
    "LaLiga color reference"
  ],
  "contrastSafeWith": [
    "#FFFFFF",
    "#F5F5F5",
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/la-liga.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}