Violet & Red, Black Color Palette — PaletteCSS
Back to palettes

Violet & Red, Black Color Palette

#501AFF 80, 26, 255
#FF0E0E 255, 14, 14
#282608 40, 38, 8
#79C29A 121, 194, 154
#501AFF
Color 1
#FF0E0E
Color 2
#282608
Color 3
#79C29A
Color 4
:root {
  --color-1: #501AFF;
  --color-2: #FF0E0E;
  --color-3: #282608;
  --color-4: #79C29A;
}
colors: {
  'palette-1': '#501AFF',
  'palette-2': '#FF0E0E',
  'palette-3': '#282608',
  'palette-4': '#79C29A',
}
const palette = [
  '#501AFF',
  '#FF0E0E',
  '#282608',
  '#79C29A',
];
$color-1: #501AFF;
$color-2: #FF0E0E;
$color-3: #282608;
$color-4: #79C29A;
Palette Codes 4 COLORS

This is a balanced, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look.

2 Views
Added Aug 2026
Copy & Download

About this color palette

This is a balanced, bold 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Violet (#501AFF) and reads as well balanced in lightness, with an average saturation of 76% and lightness of 45%. It adapts to a wide range of web and brand projects.

The colors in this palette

Violet #501AFF

rgb(80, 26, 255) · hsl(254, 100%, 55%)

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

Red #FF0E0E

rgb(255, 14, 14) · hsl(0, 100%, 53%)

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

Black #282608

rgb(40, 38, 8) · hsl(56, 67%, 9%)

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

Green #79C29A

rgb(121, 194, 154) · hsl(147, 37%, 62%)

A balanced mid-tone that works well for primary surfaces and UI elements.

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
#282608 #79C29A 7.29:1 Pass Pass
#FF0E0E #282608 3.88:1 Fail Fail
#501AFF #79C29A 3.41:1 Fail Fail
#501AFF #282608 2.14:1 Fail Fail
#FF0E0E #79C29A 1.88:1 Fail Fail
#501AFF #FF0E0E 1.81:1 Fail Fail

How to use these colors

  • Background — Green (#79C29A): the lightest tone — a clean base for large areas
  • Text — Black (#282608): the darkest tone — readable for body copy and headings
  • Primary — Violet (#501AFF): the most saturated tone — buttons, links and key UI
  • Accent — Red (#FF0E0E): 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 Violet 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: Violet (#501AFF), Red (#FF0E0E), Black (#282608) and Green (#79C29A).

Is this a warm or cool colour palette?

It is balanced, mixing warm and cool tones fairly evenly.

What are the hex codes for this palette?

The hex codes are #501AFF, #FF0E0E, #282608 and #79C29A. 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 Green reaches a contrast ratio of 7.29:1, which meets the WCAG AAA standard for readable text.

Related Palettes

Copied!