Mint
#A2E6B9
GreenColor Codes
All color formats for development
HEX
#A2E6B9RGB
rgb(162, 230, 185)HSL
hsl(140, 58%, 77%)OKLCH
oklch(0.867 0.093 155)CMYK
cmyk(30%, 0%, 20%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEA2
2#64D68A
3#45CE73
4#31BA5F
5#299B4F
6#217C3F
7#195D30
8#103E20
9#081F10
Tints
Lighter variations
1#ACE9C0
2#B5EBC7
3#BEEECE
4#C7F0D5
5#D1F3DC
6#DAF5E3
7#E3F8EA
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A6E3BA
2#A9E0BB
3#ADDCBC
4#B0D9BE
5#B3D5BF
6#B7D2C0
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 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF76 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114021 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F8EA;
--mint-200: #CBF1D7;
--mint-300: #A2E6B9;
--mint-400: #72DA94;
--mint-500: #4ACF76;
--mint-600: #2FB15B;
--mint-700: #258D48;
--mint-800: #1B6533;
--mint-900: #114021;
--mint-950: #0B2815;
}