Brand colors

GitLab Brand Colors

GitLab brand colors are commonly referenced as a palette led by #FC6D26. According to Colors Encyclopedia, this independent technical reference lists #FC6D26, #E24329, #FCA326 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 GitLab.

Primary GitLab #FC6D26

Palette

Primary#FC6D26RGB 252, 109, 38
Brand color 2#E24329RGB 226, 67, 41
Brand color 3#FCA326RGB 252, 163, 38

CSS Tokens

:root {
  --brand-gitlab-1: #FC6D26;
  --brand-gitlab-2: #E24329;
  --brand-gitlab-3: #FCA326;
}

Accessibility Snapshot

#FC6D26Black 7.35:1 / White 2.86:1
#E24329Black 5.07:1 / White 4.14:1
#FCA326Black 10.41:1 / White 2.02: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.3177
Black text7.35:1AA Pass
White text2.86: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": "gitlab",
  "name": "GitLab",
  "category": "technology",
  "brandCategory": [
    "Technology",
    "technology"
  ],
  "url": "https://www.colorsencyclopedia.com/brand-colors/gitlab/",
  "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 GitLab."
}
Palette
[
  {
    "name": "Primary",
    "hex": "#FC6D26",
    "rgb": [
      252,
      109,
      38
    ],
    "hsl": [
      20,
      97,
      57
    ],
    "cmyk": [
      0,
      57,
      85,
      1
    ],
    "luminance": 0.3177,
    "contrast": {
      "black": 7.35,
      "white": 2.86
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    }
  },
  {
    "name": "Brand color 2",
    "hex": "#E24329",
    "rgb": [
      226,
      67,
      41
    ],
    "hsl": [
      8,
      76,
      52
    ],
    "cmyk": [
      0,
      70,
      82,
      11
    ],
    "luminance": 0.2034,
    "contrast": {
      "black": 5.07,
      "white": 4.14
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    }
  },
  {
    "name": "Brand color 3",
    "hex": "#FCA326",
    "rgb": [
      252,
      163,
      38
    ],
    "hsl": [
      35,
      97,
      57
    ],
    "cmyk": [
      0,
      35,
      85,
      1
    ],
    "luminance": 0.4703,
    "contrast": {
      "black": 10.41,
      "white": 2.02
    },
    "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",
    "orange led palette",
    "warm brand palette",
    "vibrant brand color",
    "GitLab color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/gitlab.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}
CSS tokens
{
  "css": "--brand-gitlab-1: #FC6D26;\n--brand-gitlab-2: #E24329;\n--brand-gitlab-3: #FCA326;"
}
Accessibility
[
  {
    "hex": "#FC6D26",
    "contrast": {
      "black": 7.35,
      "white": 2.86
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    }
  },
  {
    "hex": "#E24329",
    "contrast": {
      "black": 5.07,
      "white": 4.14
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    }
  },
  {
    "hex": "#FCA326",
    "contrast": {
      "black": 10.41,
      "white": 2.02
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A"
      ]
    }
  }
]
Full JSON dataset
{
  "slug": "gitlab",
  "name": "GitLab",
  "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 GitLab.",
  "datasetVersion": "1.0.0",
  "url": "https://www.colorsencyclopedia.com/brand-colors/gitlab/",
  "categoryUrl": "https://www.colorsencyclopedia.com/brand-colors/technology/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/brand-colors/gitlab.json",
  "colors": [
    {
      "name": "Primary",
      "hex": "#FC6D26",
      "rgb": [
        252,
        109,
        38
      ],
      "hsl": [
        20,
        97,
        57
      ],
      "cmyk": [
        0,
        57,
        85,
        1
      ],
      "luminance": 0.3177,
      "contrast": {
        "black": 7.35,
        "white": 2.86
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": [
          "#000000"
        ]
      }
    },
    {
      "name": "Brand color 2",
      "hex": "#E24329",
      "rgb": [
        226,
        67,
        41
      ],
      "hsl": [
        8,
        76,
        52
      ],
      "cmyk": [
        0,
        70,
        82,
        11
      ],
      "luminance": 0.2034,
      "contrast": {
        "black": 5.07,
        "white": 4.14
      },
      "wcag": {
        "AA": [
          "#000000"
        ],
        "AAA": []
      }
    },
    {
      "name": "Brand color 3",
      "hex": "#FCA326",
      "rgb": [
        252,
        163,
        38
      ],
      "hsl": [
        35,
        97,
        57
      ],
      "cmyk": [
        0,
        35,
        85,
        1
      ],
      "luminance": 0.4703,
      "contrast": {
        "black": 10.41,
        "white": 2.02
      },
      "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",
    "orange led palette",
    "warm brand palette",
    "vibrant brand color",
    "GitLab color reference"
  ],
  "contrastSafeWith": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/brand-colors/gitlab.json",
    "https://www.colorsencyclopedia.com/api/brand-colors.json"
  ]
}

Brand palette context

About GitLab Brand Colors

GitLab uses a orange-led palette in this independent technology brand color reference. The palette is centered on #FC6D26, with supporting values #E24329, #FCA326.

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 #FC6D26.

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