Brilliant Blue
#2E90FAA medium, vivid blue with composed depth. Evokes sky, sea, and serenity across virtually any room.
Spec Sheet
Hex#2E90FA
RGB46, 144, 250
HSL211°, 95%, 58%
On White 3.24:1 AA Large
On Black 6.49:1 AA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F0F2F4 Text: #141E2A Accent: #2E90FA Support: #B6936D Neutral: #ADACC8 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 Brilliant Blue Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F0F2F4;
--palette-ink: #141E2A;
--palette-accent: #2E90FA;
--palette-support: #B6936D;
--palette-neutral: #ADACC8;
}Tailwind Config
{
"palette-background": "#F0F2F4",
"palette-ink": "#141E2A",
"palette-accent": "#2E90FA",
"palette-support": "#B6936D",
"palette-neutral": "#ADACC8"
}Color Blindness Simulation
#5A99FE
Protanopia#3287F8
Deuteranopia#00A9B9
TritanopiaBuild a design system around Brilliant Blue.