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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E7ACCF
Base
#ACE7C4
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E7ACCF
Base
#E2ACE7
#E7ACB1
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E7ACCF
Base
#CFE7AC
#ACCFE7
Two colors flanking the complement — high contrast with less tension than full complementary.
#E7ACCF
Base
#B1E7AC
#ACE7E2
Four colors at 90° intervals — rich variety, best when one color dominates.
#E7ACCF
Base
#E7E2AC
#ACE7C4
#ACB1E7
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E7ACCF
Base
#C2388A
#D671AD
#DE8CBD
#F0CCE1
#F8E7F1
#F9EBF4
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
#E7ACCF
Base
#EBB9D6
#EEC5DE
#F2D2E5
#F6DFEC
#F9EBF4
Ready-to-use code snippets for #E7ACCF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E7ACCF;
}
/* Text */
.element {
color: #E7ACCF;
}
/* Border */
.element {
border: 1px solid #E7ACCF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E7ACCF,
#ACE7C4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E7ACCF,
#ACE7C4
);
}
// 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);
}
How Pink Pearl appears to people with different types of color vision deficiency.
#E7ACCF
How the color appears with full color vision.
#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.
#B4B4CF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E3B1B1
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#BDBDBD
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.