Mint
#A2E6A2
GreenColor Codes
All color formats for development
HEX
#A2E6A2RGB
rgb(162, 230, 162)HSL
hsl(120, 58%, 77%)OKLCH
oklch(0.862 0.115 144.5)CMYK
cmyk(30%, 0%, 30%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE83
2#64D664
3#45CE45
4#31BA31
5#299B29
6#217C21
7#195D19
8#103E10
9#081F08
Tints
Lighter variations
1#ACE9AC
2#B5EBB5
3#BEEEBE
4#C7F0C7
5#D1F3D1
6#DAF5DA
7#E3F8E3
8#ECFAEC
9#F6FDF6
Tones
Muted variations
1#A6E3A6
2#A9E0A9
3#ADDCAD
4#B0D9B0
5#B3D5B3
6#B7D2B7
7#BACFBA
8#BECBBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA72 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB12F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B651B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114011 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E3F8E3;
--mint-200: #CBF1CB;
--mint-300: #A2E6A2;
--mint-400: #72DA72;
--mint-500: #4ACF4A;
--mint-600: #2FB12F;
--mint-700: #258D25;
--mint-800: #1B651B;
--mint-900: #114011;
--mint-950: #0B280B;
}