Github Color Palette
The Github brand owes much of its visual impact to this Grey-rooted palette. Discover the hex codes that define one of tech's most recognized identities.
Github Primary
Github Accent
Github Accent
The Visual Identity of Github
Color Systems & Brand Psychology
Primary Hue
Choosing #333333 as its lead color, Github leverages the psychological association between grey tones and precision — an important signal in the tech sector.
Industry Psychology
Color research in the tech sector consistently shows that grey hues perform well for conveying precision. By anchoring its identity in this spectrum, Github aligns itself with values its global software audiences already trust.
Strategic Usage
These color values are design specifications, not decorative choices. Github's consistency in applying this palette across digital products ensures every touchpoint reinforces the same brand message — making precision an immediately recognisable quality of the brand.
UI Design & Application Guide
Thinking of using the Github color palette in your next project? Here is a professional guide on how to apply these colors effectively for web and mobile interfaces.
When using #333333 as a background, strict accessibility standards (WCAG) recommend using #FFFFFF for your typeface to ensure maximum readability.
Github Primary to ensure consistency across all tech mockups.
Technical Color Data Table
For developers and designers, accuracy is non-negotiable. Below are the precise conversions.
| Color Name | HEX Code | RGB Values | CSS Variable |
|---|---|---|---|
| Github Primary | #333333 | rgb(51, 51, 51) | var(--github-primary) |
| Github Accent 1 | #24292E | rgb(36, 41, 46) | var(--github-color-2) |
| Github Accent 2 | #FFFFFF | rgb(255, 255, 255) | var(--github-color-3) |
CSS Implementation
Copy this CSS snippet to your :root to instantly implement the Github brand styles.
:root {
--github-primary: #333333;
--github-color-2: #24292E;
--github-color-3: #FFFFFF;
}
Explore Related Brand Palettes
Compare Github with other top brands in our database.