Silver Marlin
#C0C8C1A moderate green with teal undertones that connects interiors to the natural world.
Spec Sheet
Hex#C0C8C1
RGB192, 200, 193
HSL127°, 7%, 77%
On White 1.71:1 Fail
On Black 12.27:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F0F4F1 Text: #0E1F10 Accent: #C0C8C1 Support: #8A5C84 Neutral: #BFD4CC 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 Silver Marlin Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F0F4F1;
--palette-ink: #0E1F10;
--palette-accent: #C0C8C1;
--palette-support: #8A5C84;
--palette-neutral: #BFD4CC;
}Tailwind Config
{
"palette-background": "#F0F4F1",
"palette-ink": "#0E1F10",
"palette-accent": "#C0C8C1",
"palette-support": "#8A5C84",
"palette-neutral": "#BFD4CC"
}Color Blindness Simulation
#C8C6C1
Protanopia#C7C5C1
Deuteranopia#BFC8C6
TritanopiaBuild a design system around Silver Marlin.