Mint
#A1E8C0
GreenColor Codes
All color formats for development
HEX
#A1E8C0RGB
rgb(161, 232, 192)HSL
hsl(146, 61%, 77%)OKLCH
oklch(0.873 0.09 159.1)CMYK
cmyk(31%, 0%, 17%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0AA
2#61D995
3#42D180
4#2EBE6C
5#269E5A
6#1F7E48
7#175F36
8#0F3F24
9#082012
Tints
Lighter variations
1#AAEAC6
2#B3EDCC
3#BDEFD3
4#C6F1D9
5#D0F4DF
6#D9F6E6
7#E3F8EC
8#ECFAF2
9#F6FDF9
Tones
Muted variations
1#A4E5C0
2#A8E1C1
3#ABDDC1
4#AFDAC1
5#B2D6C2
6#B6D3C2
7#BACFC3
8#BDCCC3
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 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D283 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB567 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8EC;
--mint-200: #CAF2DB;
--mint-300: #A1E8C0;
--mint-400: #6FDC9E;
--mint-500: #46D283;
--mint-600: #2CB567;
--mint-700: #239052;
--mint-800: #19673B;
--mint-900: #104225;
--mint-950: #0A2917;
}