Shampoo (#FFCFF1)
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.36:1 — vs black: 15.45:1
Color values
-
HEX
#FFCFF1 -
RGB
rgb(255, 207, 241) -
HSL
hsl(317, 18%, 100%) -
CMYK
cmyk( 0, 18.82, 5.49, 0 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FFCFF1 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FFCFF1
Base
#CFFFDD
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FFCFF1
Base
#F5CFFF
#FFCFD9
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FFCFF1
Base
#F1FFCF
#CFF1FF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FFCFF1
Base
#D9FFCF
#CFFFF5
Four colors at 90° intervals — rich variety, best when one color dominates.
#FFCFF1
Base
#FFF5CF
#CFFFDD
#CFD9FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FFCFF1
Base
#FF36C4
#FF82DB
#FFA6E5
#FFE6F8
Darker shades and lighter tints of Shampoo, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0012
#710050
#C8008E
#FF20BE
#FF78D8
#FFCFF1
Base
#FFD3F2
#FFD8F4
#FFDDF5
#FFE1F6
#FFE6F8
Ready-to-use code snippets for #FFCFF1. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FFCFF1;
}
/* Text */
.element {
color: #FFCFF1;
}
/* Border */
.element {
border: 1px solid #FFCFF1;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FFCFF1,
#FFFFFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FFCFF1,
#FFFFFF
);
}
// SCSS variable
$shampoo: #FFCFF1;
// With RGB channels (useful for rgba() usage)
$shampoo-r: 255;
$shampoo-g: 207;
$shampoo-b: 241;
// Usage
.element {
background-color: $shampoo;
color: rgba($shampoo-r, $shampoo-g, $shampoo-b, 0.8);
}
How Shampoo appears to people with different types of color vision deficiency.
#FFCFF1
How the color appears with full color vision.
#DEDEF0
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#D5D5F1
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FBD4D4
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#DDDDDD
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.