Pink Pearl (#E7ACCF)

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: 1.88:1 — vs black: 11.20:1

Color values

  • HEX #E7ACCF
  • RGB rgb(231, 172, 207)
  • HSL hsl(324, 55%, 79%)
  • CMYK cmyk( 0, 26, 10, 9 )
  • Websafe #FF99CC

Tags

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

Color Harmonies

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

Complementary

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

Pink Pearl
#E7ACCF Base
#ACE7C4
Analogous

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

Pink Pearl
#E7ACCF Base
#E2ACE7
#E7ACB1
Triadic

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

Pink Pearl
#E7ACCF Base
#CFE7AC
#ACCFE7
Split-Complementary

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

Pink Pearl
#E7ACCF Base
#B1E7AC
#ACE7E2
Tetradic (Square)

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

Pink Pearl
#E7ACCF Base
#E7E2AC
#ACE7C4
#ACB1E7
Monochromatic

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

Pink Pearl
#E7ACCF Base
#C2388A
#D671AD
#DE8CBD
#F0CCE1
#F8E7F1
#F9EBF4
Shades & Tints

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

Shades (darker)

#14060E
#4E1738
#892861
#C3398B
#D671AD
Pink Pearl #E7ACCF Base
#EBB9D6
#EEC5DE
#F2D2E5
#F6DFEC
#F9EBF4
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #E7ACCF,
        #ACE7C4
    );
}
SCSS Variable
// SCSS variable
$pink-pearl: #E7ACCF;

// With RGB channels (useful for rgba() usage)
$pink-pearl-r: 231;
$pink-pearl-g: 172;
$pink-pearl-b: 207;

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

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

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

Pink Pearl #E7ACCF Base
Light Orchid #E6A8D7 ΔE 3.18
Kobi #E79FC4 ΔE 3.47
Lavender Pink #FBAED2 ΔE 3.80
Light Hot Pink #FFB3DE ΔE 4.31

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.