Bubble Gum (#FFC1CC)

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.53:1 — vs black: 13.75:1

Color values

  • HEX #FFC1CC
  • RGB rgb(255, 193, 204)
  • HSL hsl(349, 100%, 87%)
  • CMYK cmyk( 0, 24, 20, 0 )
  • Websafe #FFCCCC

Tags

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

Color Harmonies

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

Complementary

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

Bubble Gum
#FFC1CC Base
#C1FFF4
Analogous

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

Bubble Gum
#FFC1CC Base
#FFC1EB
#FFD5C1
Triadic

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

Bubble Gum
#FFC1CC Base
#CCFFC1
#C1CCFF
Split-Complementary

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

Bubble Gum
#FFC1CC Base
#C1FFD5
#C1EBFF
Tetradic (Square)

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

Bubble Gum
#FFC1CC Base
#EBFFC1
#C1FFF4
#D5C1FF
Monochromatic

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

Bubble Gum
#FFC1CC Base
#FF284E
#FF748D
#FF98AA
#FFE6EA
Shades & Tints

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

Shades (darker)

#1A0005
#6E0014
#C30023
#FF1841
#FF6C86
Bubble Gum #FFC1CC Base
#FFC8D2
#FFD0D8
#FFD7DE
#FFDEE4
#FFE6EA
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FFC1CC,
        #C1FFF4
    );
}
SCSS Variable
// SCSS variable
$bubble-gum: #FFC1CC;

// With RGB channels (useful for rgba() usage)
$bubble-gum-r: 255;
$bubble-gum-g: 193;
$bubble-gum-b: 204;

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

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

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

Bubble Gum #FFC1CC Base
Pink #FFC0CB ΔE 0.27
Cherry Blossom Pink #FFB7C5 ΔE 2.64
Light Pink #FFB6C1 ΔE 2.94
Orchid Pink #F2BDCD ΔE 3.15

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.