Mint
#A2E6AF
GreenColor Codes
All color formats for development
HEX
#A2E6AFRGB
rgb(162, 230, 175)HSL
hsl(131, 58%, 77%)OKLCH
oklch(0.865 0.102 149.8)CMYK
cmyk(30%, 0%, 24%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE94
2#64D679
3#45CE5E
4#31BA4B
5#299B3E
6#217C32
7#195D25
8#103E19
9#081F0C
Tints
Lighter variations
1#ACE9B7
2#B5EBBF
3#BEEEC7
4#C7F0CF
5#D1F3D7
6#DAF5DF
7#E3F8E7
8#ECFAEF
9#F6FDF7
Tones
Muted variations
1#A6E3B1
2#A9E0B3
3#ADDCB5
4#B0D9B7
5#B3D5BA
6#B7D2BC
7#BACFBE
8#BECBC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA85 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF62 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB147 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F8E7;
--mint-200: #CBF1D2;
--mint-300: #A2E6AF;
--mint-400: #72DA85;
--mint-500: #4ACF62;
--mint-600: #2FB147;
--mint-700: #258D38;
--mint-800: #1B6528;
--mint-900: #11401A;
--mint-950: #0B2810;
}