Black
#2B2C2DThis colourless grey carries oceanic depth, reading as contemporary without feeling cold.
Spec Sheet
Hex#2B2C2D
RGB43, 44, 45
HSL210°, 2%, 17%
On White 13.99:1 AAA
On Black 1.5:1 Fail
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #EAEDF0 Text: #1E2429 Accent: #2B2C2D Support: #C59667 Neutral: #B1B1CE 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 Black Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #EAEDF0;
--palette-ink: #1E2429;
--palette-accent: #2B2C2D;
--palette-support: #C59667;
--palette-neutral: #B1B1CE;
}Tailwind Config
{
"palette-background": "#EAEDF0",
"palette-ink": "#1E2429",
"palette-accent": "#2B2C2D",
"palette-support": "#C59667",
"palette-neutral": "#B1B1CE"
}Color Blindness Simulation
#2C2C2D
Protanopia#2B2C2D
Deuteranopia#2B2C2C
TritanopiaBuild a design system around Black.