Light Deep Pink (#FF5CCD)

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: 2.74:1 — vs black: 7.66:1

Color values

  • HEX #FF5CCD
  • RGB rgb(255, 92, 205)
  • HSL hsl(318, 63%, 100%)
  • CMYK cmyk( 0, 63.92, 19.61, 0 )

Tags

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

Color Harmonies

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

Complementary

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

Light Deep Pink
#FF5CCD Base
#5CFF8E
Analogous

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

Light Deep Pink
#FF5CCD Base
#DF5CFF
#FF5C7B
Triadic

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

Light Deep Pink
#FF5CCD Base
#CDFF5C
#5CCDFF
Split-Complementary

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

Light Deep Pink
#FF5CCD Base
#7BFF5C
#5CFFDF
Tetradic (Square)

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

Light Deep Pink
#FF5CCD Base
#FFDF5C
#5CFF8E
#5C7BFF
Monochromatic

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

Light Deep Pink
#FF5CCD Base
#C20086
#FF0FB6
#FF33C0
#FF85DA
#FFA8E4
#FFE6F7
Shades & Tints

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

Shades (darker)

#1A0012
#5A003E
#9A006B
#DA0097
#FF1CB9
Light Deep Pink #FF5CCD Base
#FF77D5
#FF93DE
#FFAFE6
#FFCAEF
#FFE6F7
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FF5CCD,
        #FFFFFF
    );
}
SCSS Variable
// SCSS variable
$light-deep-pink: #FF5CCD;

// With RGB channels (useful for rgba() usage)
$light-deep-pink-r: 255;
$light-deep-pink-g: 92;
$light-deep-pink-b: 205;

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

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

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

Light Deep Pink #FF5CCD Base
Rose Pink #FF66CC ΔE 1.67
Neon Fuchsia #FE59C2 ΔE 1.88
Purple Pizzazz #FE4EDA ΔE 3.33
Razzle Dazzle Rose #FF33CC ΔE 4.90

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.