Mint
#A2E7A4
GreenColor Codes
All color formats for development
HEX
#A2E7A4RGB
rgb(162, 231, 164)HSL
hsl(122, 59%, 77%)OKLCH
oklch(0.865 0.115 145.2)CMYK
cmyk(30%, 0%, 29%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF86
2#63D767
3#44CF49
4#30BB35
5#289C2C
6#207D23
7#185E1A
8#103E12
9#081F09
Tints
Lighter variations
1#ABE9AD
2#B4ECB6
3#BEEEBF
4#C7F1C8
5#D0F3D2
6#DAF5DB
7#E3F8E4
8#ECFAED
9#F6FDF6
Tones
Muted variations
1#A5E3A7
2#A9E0AB
3#ACDDAE
4#B0D9B1
5#B3D6B4
6#B7D2B7
7#BACFBB
8#BDCBBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA75 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB232 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114112 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E3F8E3;
--mint-200: #CAF1CC;
--mint-300: #A2E7A4;
--mint-400: #71DA75;
--mint-500: #49D04D;
--mint-600: #2EB232;
--mint-700: #258E28;
--mint-800: #1A651D;
--mint-900: #114112;
--mint-950: #0A290B;
}