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
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
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #D891EF based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#D891EF
Base
#A8EF91
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#D891EF
Base
#A991EF
#EF91D7
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#D891EF
Base
#EFD891
#91EFD8
Two colors flanking the complement — high contrast with less tension than full complementary.
#D891EF
Base
#D7EF91
#91EFA9
Four colors at 90° intervals — rich variety, best when one color dominates.
#D891EF
Base
#EFA991
#A8EF91
#91D7EF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#D891EF
Base
#9F1DCA
#C04EE5
#CB6DEA
#E5B5F4
#F0D4F9
#F7E9FC
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
#D891EF
Base
#DEA3F2
#E4B4F4
#EBC6F7
#F1D7F9
#F7E9FC
Ready-to-use code snippets for #D891EF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #D891EF;
}
/* Text */
.element {
color: #D891EF;
}
/* Border */
.element {
border: 1px solid #D891EF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#D891EF,
#ECF5E9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#D891EF,
#ECF5E9
);
}
// 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);
}
How Bright Lilac appears to people with different types of color vision deficiency.
#D891EF
How the color appears with full color vision.
#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.
#9B9BEF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#CDA1A1
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#ACACAC
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.