Honest Blue
#B2C7D3A tranquil, muted blue tone that reads differently in every light condition.
Spec Sheet
Hex#B2C7D3
RGB178, 199, 211
HSL202°, 27%, 76%
On White 1.75:1 Fail
On Black 12:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EEF0F2 Text: #1B2D37 Accent: #B2C7D3 Support: #8E6B57 Neutral: #A9AECB 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 Honest Blue Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EEF0F2;
--palette-ink: #1B2D37;
--palette-accent: #B2C7D3;
--palette-support: #8E6B57;
--palette-neutral: #A9AECB;
}Tailwind Config
{
"palette-background": "#EEF0F2",
"palette-ink": "#1B2D37",
"palette-accent": "#B2C7D3",
"palette-support": "#8E6B57",
"palette-neutral": "#A9AECB"
}Color Blindness Simulation
#C1C6D4
Protanopia#BDC2D3
Deuteranopia#A9CACB
TritanopiaBuild a design system around Honest Blue.