Mint
#A1E8AA
GreenColor Codes
All color formats for development
HEX
#A1E8AARGB
rgb(161, 232, 170)HSL
hsl(128, 61%, 77%)OKLCH
oklch(0.868 0.111 147.8)CMYK
cmyk(31%, 0%, 27%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E08E
2#61D971
3#42D155
4#2EBE41
5#269E36
6#1F7E2B
7#175F21
8#0F3F16
9#08200B
Tints
Lighter variations
1#AAEAB3
2#B3EDBB
3#BDEFC4
4#C6F1CC
5#D0F4D5
6#D9F6DD
7#E3F8E6
8#ECFAEE
9#F6FDF7
Tones
Muted variations
1#A4E5AD
2#A8E1AF
3#ABDDB2
4#AFDAB5
5#B2D6B7
6#B6D3BA
7#BACFBC
8#BDCCBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D259 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196723 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E2F8E5;
--mint-200: #CAF2CF;
--mint-300: #A1E8AA;
--mint-400: #6FDC7E;
--mint-500: #46D259;
--mint-600: #2CB53E;
--mint-700: #239031;
--mint-800: #196723;
--mint-900: #104217;
--mint-950: #0A290E;
}