Mint
#A2E7B9
GreenColor Codes
All color formats for development
HEX
#A2E7B9RGB
rgb(162, 231, 185)HSL
hsl(140, 59%, 77%)OKLCH
oklch(0.87 0.094 154.8)CMYK
cmyk(30%, 0%, 20%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFA1
2#63D78A
3#44CF72
4#30BB5F
5#289C4F
6#207D3F
7#185E2F
8#103E20
9#081F10
Tints
Lighter variations
1#ABE9C0
2#B4ECC7
3#BEEECE
4#C7F1D5
5#D0F3DC
6#DAF5E3
7#E3F8EA
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A5E3BA
2#A9E0BB
3#ACDDBC
4#B0D9BD
5#B3D6BF
6#B7D2C0
7#BACFC1
8#BDCBC2
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 | CAF1 #CAF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D076 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114121 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F8EA;
--mint-200: #CAF1D7;
--mint-300: #A2E7B9;
--mint-400: #71DA94;
--mint-500: #49D076;
--mint-600: #2EB25A;
--mint-700: #258E48;
--mint-800: #1A6533;
--mint-900: #114121;
--mint-950: #0A2914;
}