Mint
#A2E7C0
GreenColor Codes
All color formats for development
HEX
#A2E7C0RGB
rgb(162, 231, 192)HSL
hsl(146, 59%, 77%)OKLCH
oklch(0.871 0.088 159.1)CMYK
cmyk(30%, 0%, 17%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFAB
2#63D795
3#44CF80
4#30BB6D
5#289C5A
6#207D48
7#185E36
8#103E24
9#081F12
Tints
Lighter variations
1#ABE9C6
2#B4ECCC
3#BEEED3
4#C7F1D9
5#D0F3DF
6#DAF5E6
7#E3F8EC
8#ECFAF2
9#F6FDF9
Tones
Muted variations
1#A5E3C0
2#A9E0C1
3#ACDDC1
4#B0D9C2
5#B3D6C2
6#B7D2C3
7#BACFC3
8#BDCBC3
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 #CAF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D083 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB267 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F8EC;
--mint-200: #CAF1DB;
--mint-300: #A2E7C0;
--mint-400: #71DA9F;
--mint-500: #49D083;
--mint-600: #2EB267;
--mint-700: #258E52;
--mint-800: #1A653B;
--mint-900: #114126;
--mint-950: #0A2917;
}