Mint
#A2E7A3
GreenColor Codes
All color formats for development
HEX
#A2E7A3RGB
rgb(162, 231, 163)HSL
hsl(121, 59%, 77%)OKLCH
oklch(0.865 0.116 144.8)CMYK
cmyk(30%, 0%, 29%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF84
2#63D765
3#44CF46
4#30BB33
5#289C2A
6#207D22
7#185E19
8#103E11
9#081F08
Tints
Lighter variations
1#ABE9AC
2#B4ECB5
3#BEEEBF
4#C7F1C8
5#D0F3D1
6#DAF5DA
7#E3F8E3
8#ECFAED
9#F6FDF6
Tones
Muted variations
1#A5E3A6
2#A9E0AA
3#ACDDAD
4#B0D9B0
5#B3D6B4
6#B7D2B7
7#BACFBA
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 #CAF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA73 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB230 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651B | 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: #CAF1CB;
--mint-300: #A2E7A3;
--mint-400: #71DA73;
--mint-500: #49D04B;
--mint-600: #2EB230;
--mint-700: #258E26;
--mint-800: #1A651B;
--mint-900: #114112;
--mint-950: #0A290B;
}