Mint
#A2E6AB
GreenColor Codes
All color formats for development
HEX
#A2E6ABRGB
rgb(162, 230, 171)HSL
hsl(128, 58%, 77%)OKLCH
oklch(0.864 0.106 148)CMYK
cmyk(30%, 0%, 26%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE8F
2#64D673
3#45CE57
4#31BA44
5#299B38
6#217C2D
7#195D22
8#103E17
9#081F0B
Tints
Lighter variations
1#ACE9B4
2#B5EBBC
3#BEEEC4
4#C7F0CD
5#D1F3D5
6#DAF5DE
7#E3F8E6
8#ECFAEE
9#F6FDF7
Tones
Muted variations
1#A6E3AE
2#A9E0B0
3#ADDCB3
4#B0D9B5
5#B3D5B8
6#B7D2BA
7#BACFBD
8#BECBBF
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 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA80 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB140 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F8E6;
--mint-200: #CBF1D0;
--mint-300: #A2E6AB;
--mint-400: #72DA80;
--mint-500: #4ACF5B;
--mint-600: #2FB140;
--mint-700: #258D33;
--mint-800: #1B6525;
--mint-900: #114017;
--mint-950: #0B280F;
}