Mint
#A1E8BA
GreenColor Codes
All color formats for development
HEX
#A1E8BARGB
rgb(161, 232, 186)HSL
hsl(141, 61%, 77%)OKLCH
oklch(0.872 0.096 155.5)CMYK
cmyk(31%, 0%, 20%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0A2
2#61D98B
3#42D174
4#2EBE60
5#269E50
6#1F7E40
7#175F30
8#0F3F20
9#082010
Tints
Lighter variations
1#AAEAC1
2#B3EDC7
3#BDEFCE
4#C6F1D5
5#D0F4DC
6#D9F6E3
7#E3F8EA
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A4E5BB
2#A8E1BC
3#ABDDBD
4#AFDABE
5#B2D6BF
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 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC95 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D277 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239049 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196734 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8EA;
--mint-200: #CAF2D8;
--mint-300: #A1E8BA;
--mint-400: #6FDC95;
--mint-500: #46D277;
--mint-600: #2CB55C;
--mint-700: #239049;
--mint-800: #196734;
--mint-900: #104221;
--mint-950: #0A2915;
}