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

Sample Text
This is how text may look on this color.
Best text color: #000000
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

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

Color Harmonies

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

Complementary

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

Purple Pizzazz
#FE4EDA Base
#4EFE72
Analogous

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

Purple Pizzazz
#FE4EDA Base
#CA4EFE
#FE4E82
Triadic

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

Purple Pizzazz
#FE4EDA Base
#DAFE4E
#4EDAFE
Split-Complementary

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

Purple Pizzazz
#FE4EDA Base
#82FE4E
#4EFECA
Tetradic (Square)

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

Purple Pizzazz
#FE4EDA Base
#FECA4E
#4EFE72
#4E82FE
Monochromatic

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

Purple Pizzazz
#FE4EDA Base
#B2018E
#FE02CA
#FE25D2
#FE77E2
#FE9AEA
#FFE6FA
Shades & Tints

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
Purple Pizzazz #FE4EDA Base
#FE6CE0
#FE8BE7
#FFA9ED
#FFC7F3
#FFE6FA
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FE4EDA,
        #4EFE72
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

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

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

Purple Pizzazz #FE4EDA Base
Light Deep Pink #FF5CCD ΔE 3.33
Razzle Dazzle Rose #FF33CC ΔE 3.35
Hot Magenta #FF1DCE ΔE 4.46
Neon Fuchsia #FE59C2 ΔE 4.71

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.