Strawberry (#FC5A8D)
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: 3.01:1 — vs black: 6.99:1
Color values
-
HEX
#FC5A8D -
RGB
rgb(252, 90, 141) -
HSL
hsl(341, 64%, 98%) -
CMYK
cmyk( 0, 64.29, 44.05, 1.18 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FC5A8D based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FC5A8D
Base
#5AFCC9
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FC5A8D
Base
#FC5ADE
#FC785A
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FC5A8D
Base
#8DFC5A
#5A8DFC
Two colors flanking the complement — high contrast with less tension than full complementary.
#FC5A8D
Base
#5AFC78
#5ADEFC
Four colors at 90° intervals — rich variety, best when one color dominates.
#FC5A8D
Base
#DEFC5A
#5AFCC9
#785AFC
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FC5A8D
Base
#BA033D
#FB0F59
#FB3271
#FD82A9
#FDA5C1
#FFE6EE
Darker shades and lighter tints of Strawberry, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#190008
#57021D
#950331
#D40445
#FB1C62
#FC5A8D
Base
#FD76A0
#FD92B4
#FEAEC7
#FECADA
#FFE6EE
Ready-to-use code snippets for #FC5A8D. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FC5A8D;
}
/* Text */
.element {
color: #FC5A8D;
}
/* Border */
.element {
border: 1px solid #FC5A8D;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FC5A8D,
#FAFEFD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FC5A8D,
#FAFEFD
);
}
// SCSS variable
$strawberry: #FC5A8D;
// With RGB channels (useful for rgba() usage)
$strawberry-r: 252;
$strawberry-g: 90;
$strawberry-b: 141;
// Usage
.element {
background-color: $strawberry;
color: rgba($strawberry-r, $strawberry-g, $strawberry-b, 0.8);
}
How Strawberry appears to people with different types of color vision deficiency.
#FC5A8D
How the color appears with full color vision.
#A1A188
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#7B7B8E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F96262
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#959595
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.