Mint
#A2E6BB
GreenColor Codes
All color formats for development
HEX
#A2E6BBRGB
rgb(162, 230, 187)HSL
hsl(142, 58%, 77%)OKLCH
oklch(0.868 0.091 156.2)CMYK
cmyk(30%, 0%, 19%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEA5
2#64D68E
3#45CE77
4#31BA64
5#299B53
6#217C42
7#195D32
8#103E21
9#081F11
Tints
Lighter variations
1#ACE9C2
2#B5EBC9
3#BEEED0
4#C7F0D6
5#D1F3DD
6#DAF5E4
7#E3F8EB
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A6E3BC
2#A9E0BD
3#ADDCBE
4#B0D9BF
5#B3D5C0
6#B7D2C1
7#BACFC2
8#BECBC3
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA98 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF7B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6536 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F8EA;
--mint-200: #CBF1D9;
--mint-300: #A2E6BB;
--mint-400: #72DA98;
--mint-500: #4ACF7B;
--mint-600: #2FB15F;
--mint-700: #258D4B;
--mint-800: #1B6536;
--mint-900: #114022;
--mint-950: #0B2816;
}