Mint
#A2E6B7
GreenColor Codes
All color formats for development
HEX
#A2E6B7RGB
rgb(162, 230, 183)HSL
hsl(139, 58%, 77%)OKLCH
oklch(0.867 0.095 153.9)CMYK
cmyk(30%, 0%, 20%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEA0
2#64D688
3#45CE70
4#31BA5D
5#299B4D
6#217C3E
7#195D2E
8#103E1F
9#081F0F
Tints
Lighter variations
1#ACE9BF
2#B5EBC6
3#BEEECD
4#C7F0D4
5#D1F3DB
6#DAF5E3
7#E3F8EA
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A6E3B9
2#A9E0BA
3#ADDCBC
4#B0D9BD
5#B3D5BE
6#B7D2BF
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 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA93 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB158 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6532 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F8E9;
--mint-200: #CBF1D7;
--mint-300: #A2E6B8;
--mint-400: #72DA93;
--mint-500: #4ACF74;
--mint-600: #2FB158;
--mint-700: #258D46;
--mint-800: #1B6532;
--mint-900: #114020;
--mint-950: #0B2814;
}