Mint
#A1E8B9
GreenColor Codes
All color formats for development
HEX
#A1E8B9RGB
rgb(161, 232, 185)HSL
hsl(140, 61%, 77%)OKLCH
oklch(0.871 0.096 154.9)CMYK
cmyk(31%, 0%, 20%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0A1
2#61D989
3#42D172
4#2EBE5E
5#269E4E
6#1F7E3F
7#175F2F
8#0F3F1F
9#082010
Tints
Lighter variations
1#AAEABF
2#B3EDC7
3#BDEFCE
4#C6F1D5
5#D0F4DC
6#D9F6E3
7#E3F8EA
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A4E5BA
2#A8E1BB
3#ABDDBC
4#AFDABD
5#B2D6BE
6#B6D3C0
7#BACFC1
8#BDCCC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC94 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239047 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196733 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8EA;
--mint-200: #CAF2D7;
--mint-300: #A1E8B8;
--mint-400: #6FDC94;
--mint-500: #46D275;
--mint-600: #2CB559;
--mint-700: #239047;
--mint-800: #196733;
--mint-900: #104221;
--mint-950: #0A2914;
}