Red & Black, Dark Pink Color Palette — PaletteCSS
Back to palettes

Red & Black, Dark Pink Color Palette

#0A0A0A 10, 10, 10
#922B1F 146, 43, 31
#443343 68, 51, 67
#707C8C 112, 124, 140
#0A0A0A
Color 1
#922B1F
Color 2
#443343
Color 3
#707C8C
Color 4
:root {
  --color-1: #0A0A0A;
  --color-2: #922B1F;
  --color-3: #443343;
  --color-4: #707C8C;
}
colors: {
  'palette-1': '#0A0A0A',
  'palette-2': '#922B1F',
  'palette-3': '#443343',
  'palette-4': '#707C8C',
}
const palette = [
  '#0A0A0A',
  '#922B1F',
  '#443343',
  '#707C8C',
];
$color-1: #0A0A0A;
$color-2: #922B1F;
$color-3: #443343;
$color-4: #707C8C;
Palette Codes 4 COLORS

This is a warm, subtle 4-colour palette with a comfortable balance of contrast and harmony.

5,193 Views
Added Jun 2026
Copy & Download

About this color palette

This is a warm, subtle 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Red (#922B1F) and reads as deep and moody, with an average saturation of 23% and lightness of 28%. It suits energetic, friendly and lifestyle-oriented designs.

The colors in this palette

Black #0A0A0A

rgb(10, 10, 10) · hsl(0, 0%, 4%)

A deep, low-lightness tone — strong for text, headings and bold accents.

Red #922B1F

rgb(146, 43, 31) · hsl(6, 65%, 35%)

A vivid, saturated tone that draws the eye — best for accents and highlights.

Dark Pink #443343

rgb(68, 51, 67) · hsl(304, 14%, 23%)

A deep, low-lightness tone — strong for text, headings and bold accents.

Gray #707C8C

rgb(112, 124, 140) · hsl(214, 11%, 49%)

A soft, muted tone that suits calm backgrounds and large surfaces.

Accessibility & contrast

Colour contrast decides whether text stays readable. Here is how each pair of colours in this palette performs when one is used as text on the other, measured against the WCAG standard (AA needs 4.5:1, AAA needs 7:1).

TextBackgroundRatioAAAAA
#0A0A0A #707C8C 4.67:1 Pass Fail
#443343 #707C8C 2.75:1 Fail Fail
#0A0A0A #922B1F 2.44:1 Fail Fail
#922B1F #707C8C 1.91:1 Fail Fail
#0A0A0A #443343 1.7:1 Fail Fail
#922B1F #443343 1.44:1 Fail Fail

How to use these colors

  • Background — Gray (#707C8C): the lightest tone — a clean base for large areas
  • Text — Black (#0A0A0A): the darkest tone — readable for body copy and headings
  • Primary — Red (#922B1F): the most saturated tone — buttons, links and key UI
  • Accent — Dark Pink (#443343): a secondary highlight for badges and details

Colors that pair with this palette

Want to extend this palette? These colours pair naturally with its dominant Red tone, based on colour-wheel harmony. Tap a swatch to explore that colour family.

Frequently asked questions

What colours are in this palette?

This palette has 4 colours: Black (#0A0A0A), Red (#922B1F), Dark Pink (#443343) and Gray (#707C8C).

Is this a warm or cool colour palette?

It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.

What are the hex codes for this palette?

The hex codes are #0A0A0A, #922B1F, #443343 and #707C8C. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.

Is this palette accessible for text?

Yes — Black text on Gray reaches a contrast ratio of 4.67:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!