Mint
#A2E7AE
GreenColor Codes
All color formats for development
HEX
#A2E7AERGB
rgb(162, 231, 174)HSL
hsl(130, 59%, 77%)OKLCH
oklch(0.867 0.105 149.2)CMYK
cmyk(30%, 0%, 25%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF92
2#63D777
3#44CF5B
4#30BB47
5#289C3C
6#207D30
7#185E24
8#103E18
9#081F0C
Tints
Lighter variations
1#ABE9B5
2#B4ECBE
3#BEEEC6
4#C7F1CE
5#D0F3D6
6#DAF5DE
7#E3F8E6
8#ECFAEF
9#F6FDF7
Tones
Muted variations
1#A5E3B0
2#A9E0B2
3#ACDDB4
4#B0D9B7
5#B3D6B9
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 #CAF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA83 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D05F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB244 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6527 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114119 | 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: #CAF1D1;
--mint-300: #A2E7AD;
--mint-400: #71DA83;
--mint-500: #49D05F;
--mint-600: #2EB244;
--mint-700: #258E36;
--mint-800: #1A6527;
--mint-900: #114119;
--mint-950: #0A290F;
}