Mint
#A1E8BC
GreenColor Codes
All color formats for development
HEX
#A1E8BCRGB
rgb(161, 232, 188)HSL
hsl(143, 61%, 77%)OKLCH
oklch(0.872 0.094 156.7)CMYK
cmyk(31%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0A6
2#61D98F
3#42D179
4#2EBE65
5#269E54
6#1F7E43
7#175F33
8#0F3F22
9#082011
Tints
Lighter variations
1#AAEAC3
2#B3EDC9
3#BDEFD0
4#C6F1D7
5#D0F4DE
6#D9F6E4
7#E3F8EB
8#ECFAF2
9#F6FDF8
Tones
Muted variations
1#A4E5BD
2#A8E1BE
3#ABDDBF
4#AFDABF
5#B2D6C0
6#B6D3C1
7#BACFC2
8#BDCCC3
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC99 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB560 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196737 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104223 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8EB;
--mint-200: #CAF2D9;
--mint-300: #A1E8BC;
--mint-400: #6FDC99;
--mint-500: #46D27C;
--mint-600: #2CB560;
--mint-700: #23904D;
--mint-800: #196737;
--mint-900: #104223;
--mint-950: #0A2916;
}