Mint
#A1E8A1
GreenColor Codes
All color formats for development
HEX
#A1E8A1RGB
rgb(161, 232, 161)HSL
hsl(120, 61%, 77%)OKLCH
oklch(0.866 0.12 144.5)CMYK
cmyk(31%, 0%, 31%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E081
2#61D961
3#42D142
4#2EBE2E
5#269E26
6#1F7E1F
7#175F17
8#0F3F0F
9#082008
Tints
Lighter variations
1#AAEAAA
2#B3EDB3
3#BDEFBD
4#C6F1C6
5#D0F4D0
6#D9F6D9
7#E3F8E3
8#ECFAEC
9#F6FDF6
Tones
Muted variations
1#A4E5A4
2#A8E1A8
3#ABDDAB
4#AFDAAF
5#B2D6B2
6#B6D3B6
7#BACFBA
8#BDCCBD
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC6F | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D246 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239023 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196719 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104210 | 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: #E2F8E2;
--mint-200: #CAF2CA;
--mint-300: #A1E8A1;
--mint-400: #6FDC6F;
--mint-500: #46D246;
--mint-600: #2CB52C;
--mint-700: #239023;
--mint-800: #196719;
--mint-900: #104210;
--mint-950: #0A290A;
}