Apple

A near-monochrome set built from Black (#000000), White (#FFFFFF) and two neutrals, Space Gray (#555555) and Silver Gray (#A6A6A6). Restricting the range to blacks, whites and grays yields a calm, high-contrast look that many minimal interfaces favor. These neutral hex values slot easily into iOS and web UI work.

Apple uses 4 official brand colors.

Technology
Founded 1976
Technology
4 Colors

Brand Color Palette

Brand Keywords & Themes

Associated design themes and color characteristics

apple colors
apple brand colors
apple color palette
apple hex codes
apple color code
apple company colors
apple brand color hex code
apple design colors
#007AFF
ios colors
apple website color palette

Using This Palette

Tips for incorporating Apple's colors into your designs

Design Applications

  • Web design and user interfaces
  • Marketing materials and presentations
  • Brand identity and logo design inspiration
  • Social media graphics and content

Note: While these are Apple's brand colors, they are trademarked. Use them for inspiration and learning, but avoid direct copying for commercial purposes that could cause brand confusion.

Apple Colors for Developers

Copy Apple's 4 brand colors straight into your codebase

CSS Variables

:root {
  --black: #000000;
  --white: #FFFFFF;
  --space-gray: #555555;
  --silver-gray: #A6A6A6;
}

SCSS

$black: #000000;
$white: #FFFFFF;
$space-gray: #555555;
$silver-gray: #A6A6A6;

Tailwind v4

@theme {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-space-gray: #555555;
  --color-silver-gray: #A6A6A6;
}

Frequently Asked Questions

Common questions about Apple's brand colors

How many official brand colors does Apple use?

Apple's official brand palette uses 4 colors: Black (#000000), White (#FFFFFF), Space Gray (#555555), Silver Gray (#A6A6A6).

What is Apple's primary color hex code?

Apple's primary brand color is Black with hex code #000000. RGB and HSL conversions are available on this page.

What are the names of Apple's brand colors?

Apple's 4 brand colors are Black (#000000), White (#FFFFFF), Space Gray (#555555), Silver Gray (#A6A6A6). These are the official names used in Apple's brand guidelines and design materials.

Can I use Apple's brand colors in my own designs?

Apple's colors are trademarked. You can reference the hex codes for inspiration, education, or non-commercial fan projects, but avoid commercial use that could cause brand confusion.

Related Brand Palettes

Create Your Own Brand Colors

Get inspired by Apple's palette and create your own unique color scheme with our professional color palette generator.