Mint
#A2E6BA
GreenColor Codes
All color formats for development
HEX
#A2E6BARGB
rgb(162, 230, 186)HSL
hsl(141, 58%, 77%)OKLCH
oklch(0.868 0.092 155.6)CMYK
cmyk(30%, 0%, 19%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEA3
2#64D68C
3#45CE75
4#31BA61
5#299B51
6#217C41
7#195D31
8#103E20
9#081F10
Tints
Lighter variations
1#ACE9C1
2#B5EBC8
3#BEEECF
4#C7F0D6
5#D1F3DD
6#DAF5E3
7#E3F8EA
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A6E3BB
2#A9E0BC
3#ADDCBD
4#B0D9BE
5#B3D5BF
6#B7D2C0
7#BACFC1
8#BECBC2
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 #CBF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BA | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA96 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF78 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6535 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F8EA;
--mint-200: #CBF1D8;
--mint-300: #A2E6BA;
--mint-400: #72DA96;
--mint-500: #4ACF78;
--mint-600: #2FB15D;
--mint-700: #258D4A;
--mint-800: #1B6535;
--mint-900: #114022;
--mint-950: #0B2815;
}