Apple Inspired Color Palette

Clean white, space gray, and subtle blue with precision gray typography embody Apple's legendary design ethos. This premium palette defines consumer electronics branding, product pages, and keynote presentations.

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

#F5F5F7

Dusty Indigo

RGB(245, 245, 247)

HSL(240, 11%, 96%)

#1D1D1F

Black

RGB(29, 29, 31)

HSL(240, 3%, 12%)

#86868B

Silver

RGB(134, 134, 139)

HSL(240, 2%, 54%)

#0071E3

Vivid Blue

RGB(0, 113, 227)

HSL(210, 100%, 45%)

#E8E8ED

Dusty Indigo

RGB(232, 232, 237)

HSL(240, 12%, 92%)

lightbulbBest Use Cases

  • checkElectronics branding
  • checkProduct pages
  • checkKeynote presentations

businessIndustries

  • checkTechnology
  • checkConsumer Electronics
Mood:precise

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #FFFFFF;
  --color-2: #F5F5F7;
  --color-3: #1D1D1F;
  --color-4: #86868B;
  --color-5: #0071E3;
  --color-6: #E8E8ED;
}

Tailwind CSS Config

colors: {
  'apple-inspired-1': '#FFFFFF',
  'apple-inspired-2': '#F5F5F7',
  'apple-inspired-3': '#1D1D1F',
  'apple-inspired-4': '#86868B',
  'apple-inspired-5': '#0071E3',
  'apple-inspired-6': '#E8E8ED',
}
applecleanpremiumminimalprecise

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes