Bright Lilac (#D891EF)

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: #000000
Contrast vs white: 2.28:1 — vs black: 9.22:1

Color values

  • HEX #D891EF
  • RGB rgb(216, 145, 239)
  • HSL hsl(285, 39%, 93%)
  • CMYK cmyk( 9.62, 39.33, 0, 6.27 )

Tags

Mood

No tags yet.

Style

No tags yet.

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

Color Harmonies

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

Complementary

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

Bright Lilac
#D891EF Base
#A8EF91
Analogous

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

Bright Lilac
#D891EF Base
#A991EF
#EF91D7
Triadic

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

Bright Lilac
#D891EF Base
#EFD891
#91EFD8
Split-Complementary

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

Bright Lilac
#D891EF Base
#D7EF91
#91EFA9
Tetradic (Square)

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

Bright Lilac
#D891EF Base
#EFA991
#A8EF91
#91D7EF
Monochromatic

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

Bright Lilac
#D891EF Base
#9F1DCA
#C04EE5
#CB6DEA
#E5B5F4
#F0D4F9
#F7E9FC
Shades & Tints

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

Shades (darker)

#120316
#430C55
#751593
#A61FD2
#C252E6
Bright Lilac #D891EF Base
#DEA3F2
#E4B4F4
#EBC6F7
#F1D7F9
#F7E9FC
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #D891EF;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #D891EF,
        #ECF5E9
    );
}
SCSS Variable
// SCSS variable
$bright-lilac: #D891EF;

// With RGB channels (useful for rgba() usage)
$bright-lilac-r: 216;
$bright-lilac-g: 145;
$bright-lilac-b: 239;

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

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

Normal Vision #D891EF How the color appears with full color vision.
Deuteranopia #AAAAEE 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 #9B9BEF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #CDA1A1 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #ACACAC 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 Bright Lilac ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Bright Lilac #D891EF Base
Bright Ube #D19FE8 ΔE 4.44
Pale Violet #CC99FF ΔE 4.80
Bright Lavender #BF94E4 ΔE 4.98
Violet #EE82EE ΔE 5.01

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.