Purple Pizzazz (#FE4EDA)
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.87:1 — vs black: 7.32:1
Color values
-
HEX
#FE4EDA -
RGB
rgb(254, 78, 218) -
HSL
hsl(312, 98%, 65%) -
CMYK
cmyk( 0, 69, 14, 0 ) -
Websafe
#FF66CC
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FE4EDA based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FE4EDA
Base
#4EFE72
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FE4EDA
Base
#CA4EFE
#FE4E82
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FE4EDA
Base
#DAFE4E
#4EDAFE
Two colors flanking the complement — high contrast with less tension than full complementary.
#FE4EDA
Base
#82FE4E
#4EFECA
Four colors at 90° intervals — rich variety, best when one color dominates.
#FE4EDA
Base
#FECA4E
#4EFE72
#4E82FE
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FE4EDA
Base
#B2018E
#FE02CA
#FE25D2
#FE77E2
#FE9AEA
#FFE6FA
Darker shades and lighter tints of Purple Pizzazz, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#190014
#560045
#930175
#D001A6
#FE11CD
#FE4EDA
Base
#FE6CE0
#FE8BE7
#FFA9ED
#FFC7F3
#FFE6FA
Ready-to-use code snippets for #FE4EDA. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FE4EDA;
}
/* Text */
.element {
color: #FE4EDA;
}
/* Border */
.element {
border: 1px solid #FE4EDA;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FE4EDA,
#4EFE72
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FE4EDA,
#4EFE72
);
}
// SCSS variable
$purple-pizzazz: #FE4EDA;
// With RGB channels (useful for rgba() usage)
$purple-pizzazz-r: 254;
$purple-pizzazz-g: 78;
$purple-pizzazz-b: 218;
// Usage
.element {
background-color: $purple-pizzazz;
color: rgba($purple-pizzazz-r, $purple-pizzazz-g, $purple-pizzazz-b, 0.8);
}
How Purple Pizzazz appears to people with different types of color vision deficiency.
#FE4EDA
How the color appears with full color vision.
#9E9ED7
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#7474DB
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F46E6E
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#989898
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.