Green Coral
#7FDDCFThis assured green carries teal depth, reading as organic and grounded.
Spec Sheet
Hex#7FDDCF
RGB127, 221, 207
HSL171°, 58%, 68%
On White 1.6:1 Fail
On Black 13.15:1 AAA
For AI Tools
Copy this snippet and paste it into any AI tool
Use these colors for all components: Background: #F4F6F6 Text: #21302E Accent: #7FDDCF Support: #89585F Neutral: #BDCDD6 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 Green Coral Palettes are free. Exports aren't.
CSS Variables
:root {
--palette-background: #F4F6F6;
--palette-ink: #21302E;
--palette-accent: #7FDDCF;
--palette-support: #89585F;
--palette-neutral: #BDCDD6;
}Tailwind Config
{
"palette-background": "#F4F6F6",
"palette-ink": "#21302E",
"palette-accent": "#7FDDCF",
"palette-support": "#89585F",
"palette-neutral": "#BDCDD6"
}Color Blindness Simulation
#D5D3CF
Protanopia#C5C8D0
Deuteranopia#59E0D9
TritanopiaBuild a design system around Green Coral.