Mint
#A1E8AE
GreenColor Codes
All color formats for development
HEX
#A1E8AERGB
rgb(161, 232, 174)HSL
hsl(131, 61%, 77%)OKLCH
oklch(0.869 0.107 149.5)CMYK
cmyk(31%, 0%, 25%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E092
2#61D977
3#42D15C
4#2EBE48
5#269E3C
6#1F7E30
7#175F24
8#0F3F18
9#08200C
Tints
Lighter variations
1#AAEAB6
2#B3EDBE
3#BDEFC6
4#C6F1CE
5#D0F4D6
6#D9F6DE
7#E3F8E7
8#ECFAEF
9#F6FDF7
Tones
Muted variations
1#A4E5B0
2#A8E1B2
3#ABDDB4
4#AFDAB7
5#B2D6B9
6#B6D3BB
7#BACFBE
8#BDCCC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC83 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D260 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB545 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239037 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196727 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104219 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E2F8E6;
--mint-200: #CAF2D1;
--mint-300: #A1E8AE;
--mint-400: #6FDC83;
--mint-500: #46D260;
--mint-600: #2CB545;
--mint-700: #239037;
--mint-800: #196727;
--mint-900: #104219;
--mint-950: #0A2910;
}