Brand colors

Microsoft Brand Colors

Microsoft brand colors are commonly referenced as a palette led by #F25022. According to Colors Encyclopedia, this independent technical reference lists #F25022, #7FBA00, #00A4EF, #FFB900 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 Microsoft.

Primary Microsoft #F25022

Palette

Primary#F25022RGB 242, 80, 34
Brand color 2#7FBA00RGB 127, 186, 0
Brand color 3#00A4EFRGB 0, 164, 239
Brand color 4#FFB900RGB 255, 185, 0

CSS Tokens

:root {
  --brand-microsoft-1: #F25022;
  --brand-microsoft-2: #7FBA00;
  --brand-microsoft-3: #00A4EF;
  --brand-microsoft-4: #FFB900;
}

Accessibility Snapshot

#F25022Black 5.95:1 / White 3.53:1
#7FBA00Black 8.93:1 / White 2.35:1
#00A4EFBlack 7.56:1 / White 2.78:1
#FFB900Black 12.19:1 / White 1.72: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.2473
Black text5.95:1AA Pass
White text3.53: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": "microsoft",
  "name": "Microsoft",
  "category": "technology",
  "brandCategory": [
    "Technology",
    "technology"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/microsoft/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/technology/",
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Microsoft."
}
Palette
[
  {
    "name": "Primary",
    "hex": "#F25022",
    "rgb": [
      242,
      80,
      34
    ],
    "hsl": [
      13,
      89,
      54
    ],
    "cmyk": [
      0,
      67,
      86,
      5
    ],
    "luminance": 0.2473,
    "contrast": {
      "black": 5.95,
      "white": 3.53
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": []
    }
  },
  {
    "name": "Brand color 2",
    "hex": "#7FBA00",
    "rgb": [
      127,
      186,
      0
    ],
    "hsl": [
      79,
      100,
      36
    ],
    "cmyk": [
      32,
      0,
      100,
      27
    ],
    "luminance": 0.3963,
    "contrast": {
      "black": 8.93,
      "white": 2.35
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "name": "Brand color 3",
    "hex": "#00A4EF",
    "rgb": [
      0,
      164,
      239
    ],
    "hsl": [
      199,
      100,
      47
    ],
    "cmyk": [
      100,
      31,
      0,
      6
    ],
    "luminance": 0.3278,
    "contrast": {
      "black": 7.56,
      "white": 2.78
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    }
  },
  {
    "name": "Brand color 4",
    "hex": "#FFB900",
    "rgb": [
      255,
      185,
      0
    ],
    "hsl": [
      44,
      100,
      50
    ],
    "cmyk": [
      0,
      27,
      100,
      0
    ],
    "luminance": 0.5596,
    "contrast": {
      "black": 12.19,
      "white": 1.72
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  }
]
AI context
{
  "brandUseCases": [
    "SaaS UI",
    "developer tools",
    "product branding",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "technology brand colors",
    "red led palette",
    "warm brand palette",
    "vibrant brand color",
    "Microsoft color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/microsoft.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-microsoft-1: #F25022;\n--brand-microsoft-2: #7FBA00;\n--brand-microsoft-3: #00A4EF;\n--brand-microsoft-4: #FFB900;"
}
Accessibility
[
  {
    "hex": "#F25022",
    "contrast": {
      "black": 5.95,
      "white": 3.53
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#7FBA00",
    "contrast": {
      "black": 8.93,
      "white": 2.35
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  },
  {
    "hex": "#00A4EF",
    "contrast": {
      "black": 7.56,
      "white": 2.78
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    }
  },
  {
    "hex": "#FFB900",
    "contrast": {
      "black": 12.19,
      "white": 1.72
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "microsoft",
  "name": "Microsoft",
  "category": "technology",
  "brandCategory": [
    "Technology",
    "technology"
  ],
  "disclaimer": "Commonly referenced brand color values. This page is an independent technical reference and is not affiliated with or endorsed by Microsoft.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/microsoft/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/technology/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/microsoft.json",
  "colors": [
    {
      "name": "Primary",
      "hex": "#F25022",
      "rgb": [
        242,
        80,
        34
      ],
      "hsl": [
        13,
        89,
        54
      ],
      "cmyk": [
        0,
        67,
        86,
        5
      ],
      "luminance": 0.2473,
      "contrast": {
        "black": 5.95,
        "white": 3.53
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": []
      }
    },
    {
      "name": "Brand color 2",
      "hex": "#7FBA00",
      "rgb": [
        127,
        186,
        0
      ],
      "hsl": [
        79,
        100,
        36
      ],
      "cmyk": [
        32,
        0,
        100,
        27
      ],
      "luminance": 0.3963,
      "contrast": {
        "black": 8.93,
        "white": 2.35
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A"
        ]
      }
    },
    {
      "name": "Brand color 3",
      "hex": "#00A4EF",
      "rgb": [
        0,
        164,
        239
      ],
      "hsl": [
        199,
        100,
        47
      ],
      "cmyk": [
        100,
        31,
        0,
        6
      ],
      "luminance": 0.3278,
      "contrast": {
        "black": 7.56,
        "white": 2.78
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": [
          "#000000"
        ]
      }
    },
    {
      "name": "Brand color 4",
      "hex": "#FFB900",
      "rgb": [
        255,
        185,
        0
      ],
      "hsl": [
        44,
        100,
        50
      ],
      "cmyk": [
        0,
        27,
        100,
        0
      ],
      "luminance": 0.5596,
      "contrast": {
        "black": 12.19,
        "white": 1.72
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A"
        ]
      }
    }
  ],
  "brandUseCases": [
    "SaaS UI",
    "developer tools",
    "product branding",
    "brand reference",
    "design systems",
    "CSS tokens",
    "accessibility checks"
  ],
  "semanticGroups": [
    "technology brand colors",
    "red led palette",
    "warm brand palette",
    "vibrant brand color",
    "Microsoft color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/microsoft.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}

Brand palette context

About Microsoft Brand Colors

Microsoft uses a red-led palette in this independent technology brand color reference. The palette is centered on #F25022, with supporting values #7FBA00, #00A4EF, #FFB900.

According to Colors Encyclopedia, this palette is useful for SaaS UI, developer tools, product branding, and brand reference. The primary color is classified as warm with vibrant character, and black text gives the stronger contrast against #F25022.

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