Mint
#A1E8A7
GreenColor Codes
All color formats for development
HEX
#A1E8A7RGB
rgb(161, 232, 167)HSL
hsl(125, 61%, 77%)OKLCH
oklch(0.867 0.114 146.6)CMYK
cmyk(31%, 0%, 28%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E089
2#61D96B
3#42D14E
4#2EBE3A
5#269E30
6#1F7E27
7#175F1D
8#0F3F13
9#08200A
Tints
Lighter variations
1#AAEAAF
2#B3EDB8
3#BDEFC1
4#C6F1CA
5#D0F4D3
6#D9F6DC
7#E3F8E4
8#ECFAED
9#F6FDF6
Tones
Muted variations
1#A4E5AA
2#A8E1AC
3#ABDDAF
4#AFDAB2
5#B2D6B5
6#B6D3B8
7#BACFBB
8#BDCCBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC78 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D252 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104214 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E2F8E4;
--mint-200: #CAF2CD;
--mint-300: #A1E8A7;
--mint-400: #6FDC78;
--mint-500: #46D252;
--mint-600: #2CB537;
--mint-700: #23902C;
--mint-800: #19671F;
--mint-900: #104214;
--mint-950: #0A290D;
}