Black & White Color Palette

The ultimate contrast of black and white with carefully graded gray transitions delivers maximum impact and timeless clarity. Essential for typography, editorial design, and modern minimalism.

#000000

Black

RGB(0, 0, 0)

HSL(0, 0%, 0%)

#1A1A1A

Black

RGB(26, 26, 26)

HSL(0, 0%, 10%)

#4D4D4D

Gray

RGB(77, 77, 77)

HSL(0, 0%, 30%)

#999999

Silver

RGB(153, 153, 153)

HSL(0, 0%, 60%)

#D9D9D9

White

RGB(217, 217, 217)

HSL(0, 0%, 85%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkTypography
  • checkEditorial design
  • checkMinimalist branding

businessIndustries

  • checkPublishing
  • checkFashion
Mood:timeless

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #000000;
  --color-2: #1A1A1A;
  --color-3: #4D4D4D;
  --color-4: #999999;
  --color-5: #D9D9D9;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'black-and-white-1': '#000000',
  'black-and-white-2': '#1A1A1A',
  'black-and-white-3': '#4D4D4D',
  'black-and-white-4': '#999999',
  'black-and-white-5': '#D9D9D9',
  'black-and-white-6': '#FFFFFF',
}
blackwhitecontrasttimelessminimal

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes