Queen Pink (#E8CCD7)

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.49:1 — vs black: 14.05:1

Color values

  • HEX #E8CCD7
  • RGB rgb(232, 204, 215)
  • HSL hsl(336, 12%, 90%)
  • CMYK cmyk( 0, 12.07, 7.33, 9.02 )

Tags

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

Color Harmonies

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

Complementary

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

Queen Pink
#E8CCD7 Base
#CCE8DD
Analogous

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

Queen Pink
#E8CCD7 Base
#E8CCE5
#E8CFCC
Triadic

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

Queen Pink
#E8CCD7 Base
#D7E8CC
#CCD7E8
Split-Complementary

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

Queen Pink
#E8CCD7 Base
#CCE8CF
#CCE5E8
Tetradic (Square)

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

Queen Pink
#E8CCD7 Base
#E5E8CC
#CCE8DD
#CFCCE8
Monochromatic

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

Queen Pink
#E8CCD7 Base
#B86384
#D097AE
#DBB0C1
#F5E8ED
#F7EDF1
Shades & Tints

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

Shades (darker)

#12080C
#4A2131
#833B57
#B55B7E
#CE93AB
Queen Pink #E8CCD7 Base
#EBD3DC
#EED9E1
#F1E0E7
#F4E7EC
#F7EDF1
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #E8CCD7,
        #E5EBE9
    );
}
SCSS Variable
// SCSS variable
$queen-pink: #E8CCD7;

// With RGB channels (useful for rgba() usage)
$queen-pink-r: 232;
$queen-pink-g: 204;
$queen-pink-b: 215;

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

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

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

Queen Pink #E8CCD7 Base
Piggy Pink #FDDDE6 ΔE 4.25
Pale Pink #FADADD ΔE 4.69
Pastel Pink #FFD1DC ΔE 5.37
Thistle #D8BFD8 ΔE 5.96

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.