Mint
#A2E7A9
GreenColor Codes
All color formats for development
HEX
#A2E7A9RGB
rgb(162, 231, 169)HSL
hsl(126, 59%, 77%)OKLCH
oklch(0.866 0.11 147.1)CMYK
cmyk(30%, 0%, 27%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF8C
2#63D76F
3#44CF52
4#30BB3E
5#289C34
6#207D29
7#185E1F
8#103E15
9#081F0A
Tints
Lighter variations
1#ABE9B1
2#B4ECBA
3#BEEEC3
4#C7F1CB
5#D0F3D4
6#DAF5DC
7#E3F8E5
8#ECFAEE
9#F6FDF6
Tones
Muted variations
1#A5E3AB
2#A9E0AE
3#ACDDB1
4#B0D9B4
5#B3D6B7
6#B7D2B9
7#BACFBC
8#BDCBBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D056 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB23B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114116 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F8E5;
--mint-200: #CAF1CE;
--mint-300: #A2E7A9;
--mint-400: #71DA7C;
--mint-500: #49D056;
--mint-600: #2EB23B;
--mint-700: #258E2F;
--mint-800: #1A6522;
--mint-900: #114116;
--mint-950: #0A290D;
}