Color Brands
Official brand colors for popular companies
Official Brand Colors
A curated collection of official brand colorsfrom the world’s most recognized companies. These are the exact hex values used in each company’s brand guidelines. Click any color swatch to copy its hex code to your clipboard.
Search & Filter
#1877F2#000000#4285F4#DB4437#F4B400#0F9D58#FF0000#E4405F#0A66C2#25D366#1DB954#E50914#FF9900#000000#F25022#7FBA00#00A4EF#FFB900#4A154B#5865F2#000000#E60023#FF4500#9146FF#FFFC00#181717#F24E1E#FF0000#0061FF#FF5A5F#000000#003087#635BFF#2D8CFF#000000#CC0000Using Brand Colors in CSS
:root {
/* Social Media Brand Colors */
--facebook-blue: #1877F2;
--instagram-pink: #E4405F;
--linkedin-blue: #0A66C2;
--twitter-black: #000000;
--youtube-red: #FF0000;
/* Technology Brand Colors */
--google-blue: #4285F4;
--google-red: #DB4437;
--google-yellow: #F4B400;
--google-green: #0F9D58;
}
.social-icon.facebook { color: var(--facebook-blue); }
.social-icon.instagram { color: var(--instagram-pink); }Multi-Color Brands
Some companies use multiple colors in their branding. Google and Microsoft are notable examples, each using four distinct colors that work together to create a recognizable identity. When referencing these brands, it’s important to use all their colors in the correct order and proportions.
Brand Color Accessibility
Not all brand colors meet WCAG accessibility standards when used as text on white backgrounds. Always test contrast ratios before using brand colors for text elements. Many brands provide alternative color variations specifically for digital accessibility compliance.