HueWiz / Colors / Darkmagenta
#8B008B

Darkmagenta

Darkmagenta is a vivid, fully saturated, dark warm pink (#8B008B).

Build palettes with Darkmagenta →

Using Darkmagenta in your designs

Darkmagenta is a dark, vivid, fully saturated take on pink. Colors in this range are commonly associated with playfulness, romance and softness, which makes darkmagenta a natural fit for lifestyle brands, gentle accents and youthful designs.

With a 8.50:1 contrast ratio against white, darkmagenta is dark enough to carry white text at any size — use it confidently for buttons, headers and filled UI elements. Against black text it manages 2.47:1, so stick with white type on darkmagenta surfaces.

For pairings, the complement of darkmagenta sits at 120° — #008A00, close to green — and delivers the strongest possible hue contrast; use it sparingly, in roughly a 90/10 split, so the two don't fight. For calmer schemes, the analogous colors 30° to either side keep the same warm temperature, while the triadic pair gives you a balanced three-color palette. All of these are computed for darkmagenta in the palettes below, with copy-ready codes.

Darkmagenta color palettes

Every palette below is computed from darkmagenta's position on the color wheel (hue 300°). Hover any swatch to see its code; click to copy.

Complementary

Analogous

Triadic

Split-complementary

Tetradic

Monochromatic

Tints and shades of Darkmagenta

Tints mix darkmagenta toward white; shades mix it toward black. Use the scale for hover states, borders and depth without leaving the hue.

Shades → base → tints

Contrast & accessibility

WCAG 2.1 requires 4.5:1 for normal text (AA) and 3:1 for large text. Here's how darkmagenta performs, plus how it appears under the three main types of dichromatic color blindness (simulated approximation).

PairingRatioNormal textLarge text
White text on Darkmagenta8.50:1AAAAAA
Black text on Darkmagenta2.47:1FailFail
Protanopia#4F4E69
Deuteranopia#576161
Tritanopia#844F49

Darkmagenta in code

Copy-ready snippets. In CSS you can also use the keyword darkmagenta directly.

:root {
  --darkmagenta: #8B008B;
  --darkmagenta-rgb: 139, 0, 139;
  --darkmagenta-tint: #BF73BF;
  --darkmagenta-shade: #4C004C;
}

.btn-darkmagenta {
  background: var(--darkmagenta);
  color: #ffffff;
}
// tailwind.config.js
colors: {
  'darkmagenta': {
    DEFAULT: '#8B008B',
    light: '#BF73BF',
    dark: '#4C004C',
  },
}

Colors similar to Darkmagenta

The closest CSS named colors by perceptual (Lab) distance.

← PreviousdarkkhakiNext →darkolivegreen
Copied