String Cheese
#FCF4E2A vivid yellow with sunny disposition. Brightens north-facing rooms and creates cheerful, welcoming interiors.
Spec Sheet
Hex#FCF4E2
RGB252, 244, 226
HSL42°, 81%, 94%
On White 1.1:1 Fail
On Black 19.18:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #ECEAE4 Text: #1C170D Accent: #FCF4E2 Support: #5C71A3 Neutral: #C8CFB0 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 String Cheese Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #ECEAE4;
--palette-ink: #1C170D;
--palette-accent: #FCF4E2;
--palette-support: #5C71A3;
--palette-neutral: #C8CFB0;
}Tailwind Config
{
"palette-background": "#ECEAE4",
"palette-ink": "#1C170D",
"palette-accent": "#FCF4E2",
"palette-support": "#5C71A3",
"palette-neutral": "#C8CFB0"
}Color Blindness Simulation
#F9F3E1
Protanopia#FBF5E2
Deuteranopia#FFF1EF
TritanopiaBuild a design system around String Cheese.