Mint
#A2E6AD
GreenColor Codes
All color formats for development
HEX
#A2E6ADRGB
rgb(162, 230, 173)HSL
hsl(130, 58%, 77%)OKLCH
oklch(0.865 0.104 148.9)CMYK
cmyk(30%, 0%, 25%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE92
2#64D677
3#45CE5C
4#31BA48
5#299B3C
6#217C30
7#195D24
8#103E18
9#081F0C
Tints
Lighter variations
1#ACE9B6
2#B5EBBE
3#BEEEC6
4#C7F0CE
5#D1F3D6
6#DAF5DE
7#E3F8E7
8#ECFAEF
9#F6FDF7
Tones
Muted variations
1#A6E3B0
2#A9E0B2
3#ADDCB4
4#B0D9B7
5#B3D5B9
6#B7D2BB
7#BACFBE
8#BECBC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AE | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA83 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF60 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB145 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6527 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114019 | 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: #F3FCF4;
--mint-100: #E3F8E6;
--mint-200: #CBF1D1;
--mint-300: #A2E6AE;
--mint-400: #72DA83;
--mint-500: #4ACF60;
--mint-600: #2FB145;
--mint-700: #258D37;
--mint-800: #1B6527;
--mint-900: #114019;
--mint-950: #0B2810;
}