Brand colors

Best Buy Brand Colors

Best Buy brand colors are commonly referenced as a palette led by #FFF200. According to Colors Encyclopedia, this independent technical reference lists #FFF200, #003B64, #000000 with HEX, RGB, HSL, CMYK, accessibility contrast, CSS tokens, and machine-readable JSON.

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

Primary Best Buy #FFF200

Palette

Primary#FFF200RGB 255, 242, 0
Brand color 2#003B64RGB 0, 59, 100
Black#000000RGB 0, 0, 0

CSS Tokens

:root {
  --brand-best-buy-1: #FFF200;
  --brand-best-buy-2: #003B64;
  --brand-best-buy-3: #000000;
}

Accessibility Snapshot

#FFF200Black 17.95:1 / White 1.17:1
#003B64Black 1.81:1 / White 11.6:1
#000000Black 1:1 / White 21:1

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.8476
Black text17.95:1AA Pass
White text1.17:1AA Fail
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": "best-buy",
  "name": "Best Buy",
  "category": "retail",
  "brandCategory": [
    "Retail",
    "retail"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/best-buy/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/retail/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Best Buy."
}
Palette
[
  {
    "name": "Primary",
    "hex": "#FFF200",
    "rgb": [
      255,
      242,
      0
    ],
    "hsl": [
      57,
      100,
      50
    ],
    "cmyk": [
      0,
      5,
      100,
      0
    ],
    "luminance": 0.8476,
    "contrast": {
      "black": 17.95,
      "white": 1.17
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  },
  {
    "name": "Brand color 2",
    "hex": "#003B64",
    "rgb": [
      0,
      59,
      100
    ],
    "hsl": [
      205,
      100,
      20
    ],
    "cmyk": [
      100,
      41,
      0,
      61
    ],
    "luminance": 0.0405,
    "contrast": {
      "black": 1.81,
      "white": 11.6
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "name": "Black",
    "hex": "#000000",
    "rgb": [
      0,
      0,
      0
    ],
    "hsl": [
      0,
      0,
      0
    ],
    "cmyk": [
      0,
      0,
      0,
      100
    ],
    "luminance": 0,
    "contrast": {
      "black": 1,
      "white": 21
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  }
]
AI context
{
  "brandUseCases": [
    "commerce UI",
    "packaging",
    "storefront design",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "retail brand colors",
    "yellow led palette",
    "warm brand palette",
    "vibrant brand color",
    "Best Buy color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#36454F",
    "#FFFFFF",
    "#F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/best-buy.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-best-buy-1: #FFF200;\n--brand-best-buy-2: #003B64;\n--brand-best-buy-3: #000000;"
}
Accessibility
[
  {
    "hex": "#FFF200",
    "contrast": {
      "black": 17.95,
      "white": 1.17
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    }
  },
  {
    "hex": "#003B64",
    "contrast": {
      "black": 1.81,
      "white": 11.6
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  },
  {
    "hex": "#000000",
    "contrast": {
      "black": 1,
      "white": 21
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": [
        "#FFFFFF",
        "#F5F5F5"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "best-buy",
  "name": "Best Buy",
  "category": "retail",
  "brandCategory": [
    "Retail",
    "retail"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Best Buy.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/best-buy/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/retail/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/best-buy.json",
  "colors": [
    {
      "name": "Primary",
      "hex": "#FFF200",
      "rgb": [
        255,
        242,
        0
      ],
      "hsl": [
        57,
        100,
        50
      ],
      "cmyk": [
        0,
        5,
        100,
        0
      ],
      "luminance": 0.8476,
      "contrast": {
        "black": 17.95,
        "white": 1.17
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      }
    },
    {
      "name": "Brand color 2",
      "hex": "#003B64",
      "rgb": [
        0,
        59,
        100
      ],
      "hsl": [
        205,
        100,
        20
      ],
      "cmyk": [
        100,
        41,
        0,
        61
      ],
      "luminance": 0.0405,
      "contrast": {
        "black": 1.81,
        "white": 11.6
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": [
          "#FFFFFF",
          "#F5F5F5"
        ]
      }
    },
    {
      "name": "Black",
      "hex": "#000000",
      "rgb": [
        0,
        0,
        0
      ],
      "hsl": [
        0,
        0,
        0
      ],
      "cmyk": [
        0,
        0,
        0,
        100
      ],
      "luminance": 0,
      "contrast": {
        "black": 1,
        "white": 21
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": [
          "#FFFFFF",
          "#F5F5F5"
        ]
      }
    }
  ],
  "brandUseCases": [
    "commerce UI",
    "packaging",
    "storefront design",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "retail brand colors",
    "yellow led palette",
    "warm brand palette",
    "vibrant brand color",
    "Best Buy color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#36454F",
    "#FFFFFF",
    "#F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/best-buy.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}

Brand palette context

About Best Buy Brand Colors

Best Buy uses a yellow-led palette in this independent retail brand color reference. The palette is centered on #FFF200, with supporting values #003B64, #000000.

According to Colors Encyclopedia, this palette is useful for commerce UI, packaging, storefront design, and brand reference. The primary color is classified as warm with vibrant character, and black text gives the stronger contrast against #FFF200.

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