Industrial Color Palette

Raw concrete gray, matte black, copper pipe orange, and exposed brick red define the industrial loft aesthetic. This utilitarian palette suits coworking spaces, craft beer brands, and urban fashion labels.

#4A4A4A

Charcoal

RGB(74, 74, 74)

HSL(0, 0%, 29%)

#1A1A1A

Black

RGB(26, 26, 26)

HSL(0, 0%, 10%)

#B87333

Vermilion

RGB(184, 115, 51)

HSL(29, 57%, 46%)

#8B4513

Deep Vermilion

RGB(139, 69, 19)

HSL(25, 76%, 31%)

#A0A0A0

Silver

RGB(160, 160, 160)

HSL(0, 0%, 63%)

#D0D0D0

Light Gray

RGB(208, 208, 208)

HSL(0, 0%, 82%)

lightbulbBest Use Cases

  • checkCoworking spaces
  • checkCraft beer brands
  • checkUrban fashion

businessIndustries

  • checkArchitecture
  • checkFood & Beverage
Mood:utilitarian

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #4A4A4A;
  --color-2: #1A1A1A;
  --color-3: #B87333;
  --color-4: #8B4513;
  --color-5: #A0A0A0;
  --color-6: #D0D0D0;
}

Tailwind CSS Config

colors: {
  'industrial-1': '#4A4A4A',
  'industrial-2': '#1A1A1A',
  'industrial-3': '#B87333',
  'industrial-4': '#8B4513',
  'industrial-5': '#A0A0A0',
  'industrial-6': '#D0D0D0',
}
industrialrawutilitarianurbanloft

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes