Mint
#A2E7C1
GreenColor Codes
All color formats for development
HEX
#A2E7C1RGB
rgb(162, 231, 193)HSL
hsl(147, 59%, 77%)OKLCH
oklch(0.872 0.087 159.8)CMYK
cmyk(30%, 0%, 16%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFAC
2#63D797
3#44CF83
4#30BB6F
5#289C5C
6#207D4A
7#185E37
8#103E25
9#081F12
Tints
Lighter variations
1#ABE9C7
2#B4ECCD
3#BEEED4
4#C7F1DA
5#D0F3E0
6#DAF5E6
7#E3F8EC
8#ECFAF3
9#F6FDF9
Tones
Muted variations
1#A5E3C1
2#A9E0C2
3#ACDDC2
4#B0D9C2
5#B3D6C3
6#B7D2C3
7#BACFC3
8#BDCBC4
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D085 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB26A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F8EC;
--mint-200: #CAF1DC;
--mint-300: #A2E7C1;
--mint-400: #71DAA0;
--mint-500: #49D085;
--mint-600: #2EB26A;
--mint-700: #258E54;
--mint-800: #1A653C;
--mint-900: #114126;
--mint-950: #0A2918;
}