Mint
#A2E7BC
GreenColor Codes
All color formats for development
HEX
#A2E7BCRGB
rgb(162, 231, 188)HSL
hsl(143, 59%, 77%)OKLCH
oklch(0.87 0.092 156.6)CMYK
cmyk(30%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFA6
2#63D790
3#44CF79
4#30BB66
5#289C55
6#207D44
7#185E33
8#103E22
9#081F11
Tints
Lighter variations
1#ABE9C3
2#B4ECCA
3#BEEED0
4#C7F1D7
5#D0F3DE
6#DAF5E4
7#E3F8EB
8#ECFAF2
9#F6FDF8
Tones
Muted variations
1#A5E3BD
2#A9E0BE
3#ACDDBF
4#B0D9C0
5#B3D6C0
6#B7D2C1
7#BACFC2
8#BDCBC3
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA99 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D07C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB261 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114123 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F8EB;
--mint-200: #CAF1D9;
--mint-300: #A2E7BC;
--mint-400: #71DA99;
--mint-500: #49D07C;
--mint-600: #2EB261;
--mint-700: #258E4D;
--mint-800: #1A6537;
--mint-900: #114123;
--mint-950: #0A2916;
}