Mint
#A1E8BD
GreenColor Codes
All color formats for development
HEX
#A1E8BDRGB
rgb(161, 232, 189)HSL
hsl(144, 61%, 77%)OKLCH
oklch(0.872 0.093 157.3)CMYK
cmyk(31%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0A7
2#61D991
3#42D17B
4#2EBE67
5#269E56
6#1F7E45
7#175F34
8#0F3F22
9#082011
Tints
Lighter variations
1#AAEAC4
2#B3EDCA
3#BDEFD1
4#C6F1D8
5#D0F4DE
6#D9F6E5
7#E3F8EB
8#ECFAF2
9#F6FDF8
Tones
Muted variations
1#A4E5BE
2#A8E1BF
3#ABDDBF
4#AFDAC0
5#B2D6C1
6#B6D3C1
7#BACFC2
8#BDCCC3
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB563 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196738 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104224 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8EB;
--mint-200: #CAF2DA;
--mint-300: #A1E8BD;
--mint-400: #6FDC9B;
--mint-500: #46D27E;
--mint-600: #2CB563;
--mint-700: #23904E;
--mint-800: #196738;
--mint-900: #104224;
--mint-950: #0A2916;
}