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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FF5CCD
Base
#5CFF8E
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FF5CCD
Base
#DF5CFF
#FF5C7B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FF5CCD
Base
#CDFF5C
#5CCDFF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FF5CCD
Base
#7BFF5C
#5CFFDF
Four colors at 90° intervals — rich variety, best when one color dominates.
#FF5CCD
Base
#FFDF5C
#5CFF8E
#5C7BFF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FF5CCD
Base
#C20086
#FF0FB6
#FF33C0
#FF85DA
#FFA8E4
#FFE6F7
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
#FF5CCD
Base
#FF77D5
#FF93DE
#FFAFE6
#FFCAEF
#FFE6F7
Ready-to-use code snippets for #FF5CCD. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FF5CCD;
}
/* Text */
.element {
color: #FF5CCD;
}
/* Border */
.element {
border: 1px solid #FF5CCD;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FF5CCD,
#FFFFFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FF5CCD,
#FFFFFF
);
}
// 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);
}
How Light Deep Pink appears to people with different types of color vision deficiency.
#FF5CCD
How the color appears with full color vision.
#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.
#7D7DCE
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F77373
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#9C9C9C
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.