Mint
#A1E8AC
GreenColor Codes
All color formats for development
HEX
#A1E8ACRGB
rgb(161, 232, 172)HSL
hsl(129, 61%, 77%)OKLCH
oklch(0.868 0.109 148.6)CMYK
cmyk(31%, 0%, 26%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E08F
2#61D973
3#42D157
4#2EBE44
5#269E38
6#1F7E2D
7#175F22
8#0F3F17
9#08200B
Tints
Lighter variations
1#AAEAB4
2#B3EDBC
3#BDEFC4
4#C6F1CD
5#D0F4D5
6#D9F6DE
7#E3F8E6
8#ECFAEE
9#F6FDF7
Tones
Muted variations
1#A4E5AE
2#A8E1B0
3#ABDDB3
4#AFDAB5
5#B2D6B8
6#B6D3BA
7#BACFBD
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 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC80 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB540 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239033 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196725 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E2F8E6;
--mint-200: #CAF2D0;
--mint-300: #A1E8AB;
--mint-400: #6FDC80;
--mint-500: #46D25B;
--mint-600: #2CB540;
--mint-700: #239033;
--mint-800: #196725;
--mint-900: #104217;
--mint-950: #0A290F;
}