Mint
#A2E7AC
GreenColor Codes
All color formats for development
HEX
#A2E7ACRGB
rgb(162, 231, 172)HSL
hsl(129, 59%, 77%)OKLCH
oklch(0.867 0.107 148.3)CMYK
cmyk(30%, 0%, 26%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF90
2#63D775
3#44CF59
4#30BB45
5#289C3A
6#207D2E
7#185E23
8#103E17
9#081F0C
Tints
Lighter variations
1#ABE9B4
2#B4ECBD
3#BEEEC5
4#C7F1CD
5#D0F3D6
6#DAF5DE
7#E3F8E6
8#ECFAEE
9#F6FDF7
Tones
Muted variations
1#A5E3AF
2#A9E0B1
3#ACDDB3
4#B0D9B6
5#B3D6B8
6#B7D2BB
7#BACFBD
8#BDCBC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA81 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D05D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB242 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114118 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F8E6;
--mint-200: #CAF1D0;
--mint-300: #A2E7AC;
--mint-400: #71DA81;
--mint-500: #49D05D;
--mint-600: #2EB242;
--mint-700: #258E34;
--mint-800: #1A6525;
--mint-900: #114118;
--mint-950: #0A290F;
}