Plum (#8E4585)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 6.29:1 — vs black: 3.34:1

Color values

  • HEX #8E4585
  • RGB rgb(142, 69, 133)
  • HSL hsl(307, 51%, 55%)
  • CMYK cmyk( 0, 51.41, 6.34, 44.31 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #8E4585 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Plum
#8E4585 Base
#458E4E
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Plum
#8E4585 Base
#72458E
#8E4560
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Plum
#8E4585 Base
#858E45
#45858E
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Plum
#8E4585 Base
#608E45
#458E72
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Plum
#8E4585 Base
#8E7245
#458E4E
#45608E
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Plum
#8E4585 Base
#271325
#5B2C55
#73386B
#A9529F
#B669AD
#CF9DC9
Shades & Tints

Darker shades and lighter tints of Plum, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#110810
#2A1427
#43213F
#5C2D56
#75396E
Plum #8E4585 Base
#AF5BA5
#C17FB9
#D3A4CD
#E5C9E1
#F7EEF6
CSS & SCSS Snippets

Ready-to-use code snippets for #8E4585. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #8E4585;
}

/* Text */
.element {
    color: #8E4585;
}

/* Border */
.element {
    border: 1px solid #8E4585;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #8E4585,
        #54C862
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #8E4585,
        #54C862
    );
}
SCSS Variable
// SCSS variable
$plum: #8E4585;

// With RGB channels (useful for rgba() usage)
$plum-r: 142;
$plum-g: 69;
$plum-b: 133;

// Usage
.element {
    background-color: $plum;
    color: rgba($plum-r, $plum-g, $plum-b, 0.8);
}
Color Blindness Simulation

How Plum appears to people with different types of color vision deficiency.

Normal Vision #8E4585 How the color appears with full color vision.
Deuteranopia #616184 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #515185 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #885151 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #606060 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Plum ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Plum #8E4585 Base
Razzmic Berry #8D4E85 ΔE 2.53
Magenta Haze #9F4576 ΔE 6.71
Twilight Lavender #8A496B ΔE 7.52
Antique Fuchsia #915C83 ΔE 7.59

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.