Box Office
#7E8EA5A medium blue that balances cool clarity with emotional warmth. Works in coastal, traditional, and modern schemes.
Spec Sheet
Hex#7E8EA5
RGB126, 142, 165
HSL215°, 18%, 57%
On White 3.33:1 AA Large
On Black 6.3:1 AA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #E3E5E8 Text: #1E2B3E Accent: #7E8EA5 Support: #AD9A7F Neutral: #B5B3CB 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 Box Office Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #E3E5E8;
--palette-ink: #1E2B3E;
--palette-accent: #7E8EA5;
--palette-support: #AD9A7F;
--palette-neutral: #B5B3CB;
}Tailwind Config
{
"palette-background": "#E3E5E8",
"palette-ink": "#1E2B3E",
"palette-accent": "#7E8EA5",
"palette-support": "#AD9A7F",
"palette-neutral": "#B5B3CB"
}Color Blindness Simulation
#868FA6
Protanopia#828BA4
Deuteranopia#749395
TritanopiaBuild a design system around Box Office.