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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E8CCD7
Base
#CCE8DD
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E8CCD7
Base
#E8CCE5
#E8CFCC
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E8CCD7
Base
#D7E8CC
#CCD7E8
Two colors flanking the complement — high contrast with less tension than full complementary.
#E8CCD7
Base
#CCE8CF
#CCE5E8
Four colors at 90° intervals — rich variety, best when one color dominates.
#E8CCD7
Base
#E5E8CC
#CCE8DD
#CFCCE8
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E8CCD7
Base
#B86384
#D097AE
#DBB0C1
#F5E8ED
#F7EDF1
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
#E8CCD7
Base
#EBD3DC
#EED9E1
#F1E0E7
#F4E7EC
#F7EDF1
Ready-to-use code snippets for #E8CCD7. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E8CCD7;
}
/* Text */
.element {
color: #E8CCD7;
}
/* Border */
.element {
border: 1px solid #E8CCD7;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E8CCD7,
#E5EBE9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E8CCD7,
#E5EBE9
);
}
// 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);
}
How Queen Pink appears to people with different types of color vision deficiency.
#E8CCD7
How the color appears with full color vision.
#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.
#CFCFD7
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E7CDCD
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D3D3D3
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.