Mint
#A2E7A2
GreenColor Codes
All color formats for development
HEX
#A2E7A2RGB
rgb(162, 231, 162)HSL
hsl(120, 59%, 77%)OKLCH
oklch(0.865 0.117 144.5)CMYK
cmyk(30%, 0%, 30%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF83
2#63D763
3#44CF44
4#30BB30
5#289C28
6#207D20
7#185E18
8#103E10
9#081F08
Tints
Lighter variations
1#ABE9AB
2#B4ECB4
3#BEEEBE
4#C7F1C7
5#D0F3D0
6#DAF5DA
7#E3F8E3
8#ECFAEC
9#F6FDF6
Tones
Muted variations
1#A5E3A5
2#A9E0A9
3#ACDDAC
4#B0D9B0
5#B3D6B3
6#B7D2B7
7#BACFBA
8#BDCBBD
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 #CAF1CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A2 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA71 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D049 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB22E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114111 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E3F8E3;
--mint-200: #CAF1CA;
--mint-300: #A2E7A2;
--mint-400: #71DA71;
--mint-500: #49D049;
--mint-600: #2EB22E;
--mint-700: #258E25;
--mint-800: #1A651A;
--mint-900: #114111;
--mint-950: #0A290A;
}