Mint
#A1E8AD
GreenColor Codes
All color formats for development
HEX
#A1E8ADRGB
rgb(161, 232, 173)HSL
hsl(130, 61%, 77%)OKLCH
oklch(0.869 0.108 149)CMYK
cmyk(31%, 0%, 25%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E091
2#61D975
3#42D15A
4#2EBE46
5#269E3A
6#1F7E2F
7#175F23
8#0F3F17
9#08200C
Tints
Lighter variations
1#AAEAB5
2#B3EDBD
3#BDEFC5
4#C6F1CD
5#D0F4D6
6#D9F6DE
7#E3F8E6
8#ECFAEE
9#F6FDF7
Tones
Muted variations
1#A4E5AF
2#A8E1B1
3#ABDDB4
4#AFDAB6
5#B2D6B8
6#B6D3BB
7#BACFBD
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 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC81 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239035 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196726 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104218 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E2F8E6;
--mint-200: #CAF2D0;
--mint-300: #A1E8AC;
--mint-400: #6FDC81;
--mint-500: #46D25E;
--mint-600: #2CB543;
--mint-700: #239035;
--mint-800: #196726;
--mint-900: #104218;
--mint-950: #0A290F;
}