Mint
#A1E8C4
GreenColor Codes
All color formats for development
HEX
#A1E8C4RGB
rgb(161, 232, 196)HSL
hsl(150, 61%, 77%)OKLCH
oklch(0.874 0.087 161.8)CMYK
cmyk(31%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0B1
2#61D99D
3#42D189
4#2EBE76
5#269E62
6#1F7E4F
7#175F3B
8#0F3F27
9#082014
Tints
Lighter variations
1#AAEACA
2#B3EDD0
3#BDEFD6
4#C6F1DC
5#D0F4E2
6#D9F6E8
7#E3F8ED
8#ECFAF3
9#F6FDF9
Tones
Muted variations
1#A4E5C4
2#A8E1C4
3#ABDDC4
4#AFDAC4
5#B2D6C4
6#B6D3C4
7#BACFC4
8#BDCCC4
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196740 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104229 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #CAF2DE;
--mint-300: #A1E8C4;
--mint-400: #6FDCA6;
--mint-500: #46D28C;
--mint-600: #2CB570;
--mint-700: #239059;
--mint-800: #196740;
--mint-900: #104229;
--mint-950: #0A291A;
}