Photography Color Palette

Clean black and white with warm gray and subtle amber accents let photographs take center stage. This neutral palette frames portfolio websites, gallery exhibitions, and photography studio branding.

#1A1A1A

Black

RGB(26, 26, 26)

HSL(0, 0%, 10%)

#4D4D4D

Gray

RGB(77, 77, 77)

HSL(0, 0%, 30%)

#808080

Silver

RGB(128, 128, 128)

HSL(0, 0%, 50%)

#B0B0B0

Silver

RGB(176, 176, 176)

HSL(0, 0%, 69%)

#D4A017

Orange

RGB(212, 160, 23)

HSL(43, 80%, 46%)

#FAFAFA

White

RGB(250, 250, 250)

HSL(0, 0%, 98%)

lightbulbBest Use Cases

  • checkPortfolio websites
  • checkGallery exhibitions
  • checkStudio branding

businessIndustries

  • checkPhotography
  • checkCreative
Mood:focused

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #1A1A1A;
  --color-2: #4D4D4D;
  --color-3: #808080;
  --color-4: #B0B0B0;
  --color-5: #D4A017;
  --color-6: #FAFAFA;
}

Tailwind CSS Config

colors: {
  'photography-1': '#1A1A1A',
  'photography-2': '#4D4D4D',
  'photography-3': '#808080',
  'photography-4': '#B0B0B0',
  'photography-5': '#D4A017',
  'photography-6': '#FAFAFA',
}
photographyneutralgallerycleanminimal

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes