Strawberry Shortcake
#F57F94A moderate red with rosy undertones that commands attention on any surface.
Spec Sheet
Hex#F57F94
RGB245, 127, 148
HSL349°, 86%, 73%
On White 2.52:1 Fail
On Black 8.35:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F6F4F4 Text: #2C1B1E Accent: #F57F94 Support: #5EA699 Neutral: #C9BCB6 Rules: - Use Background for surfaces and canvas - Use Ink for body text and icons - Never use Accent as body text — contrast is too low - Maintain 4.5:1 minimum contrast for normal text
Design System from Strawberry Shortcake Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F6F4F4;
--palette-ink: #2C1B1E;
--palette-accent: #F57F94;
--palette-support: #5EA699;
--palette-neutral: #C9BCB6;
}Tailwind Config
{
"palette-background": "#F6F4F4",
"palette-ink": "#2C1B1E",
"palette-accent": "#F57F94",
"palette-support": "#5EA699",
"palette-neutral": "#C9BCB6"
}Color Blindness Simulation
#959594
Protanopia#B3AC91
Deuteranopia#FF7287
TritanopiaBuild a design system around Strawberry Shortcake.