Mint
#A1E8C2
GreenColor Codes
All color formats for development
HEX
#A1E8C2RGB
rgb(161, 232, 194)HSL
hsl(148, 61%, 77%)OKLCH
oklch(0.874 0.089 160.5)CMYK
cmyk(31%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0AE
2#61D999
3#42D185
4#2EBE71
5#269E5E
6#1F7E4B
7#175F39
8#0F3F26
9#082013
Tints
Lighter variations
1#AAEAC8
2#B3EDCE
3#BDEFD4
4#C6F1DA
5#D0F4E0
6#D9F6E7
7#E3F8ED
8#ECFAF3
9#F6FDF9
Tones
Muted variations
1#A4E5C2
2#A8E1C2
3#ABDDC3
4#AFDAC3
5#B2D6C3
6#B6D3C3
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 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D288 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239056 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104227 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8EC;
--mint-200: #CAF2DD;
--mint-300: #A1E8C2;
--mint-400: #6FDCA2;
--mint-500: #46D288;
--mint-600: #2CB56C;
--mint-700: #239056;
--mint-800: #19673D;
--mint-900: #104227;
--mint-950: #0A2918;
}