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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

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

Shampoo
#FFCFF1 Base
#CFFFDD
Analogous

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

Shampoo
#FFCFF1 Base
#F5CFFF
#FFCFD9
Triadic

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

Shampoo
#FFCFF1 Base
#F1FFCF
#CFF1FF
Split-Complementary

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

Shampoo
#FFCFF1 Base
#D9FFCF
#CFFFF5
Tetradic (Square)

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

Shampoo
#FFCFF1 Base
#FFF5CF
#CFFFDD
#CFD9FF
Monochromatic

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

Shampoo
#FFCFF1 Base
#FF36C4
#FF82DB
#FFA6E5
#FFE6F8
Shades & Tints

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
Shampoo #FFCFF1 Base
#FFD3F2
#FFD8F4
#FFDDF5
#FFE1F6
#FFE6F8
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FFCFF1,
        #FFFFFF
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

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

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

Shampoo #FFCFF1 Base
Classic Rose #FBCCE7 ΔE 2.18
Pink Lace #FFDDF4 ΔE 4.82
Cotton Candy #FFBCD9 ΔE 5.78
Light Hot Pink #FFB3DE ΔE 7.01

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.