Mint
#A2E7A6
GreenColor Codes
All color formats for development
HEX
#A2E7A6RGB
rgb(162, 231, 166)HSL
hsl(123, 59%, 77%)OKLCH
oklch(0.865 0.113 145.9)CMYK
cmyk(30%, 0%, 28%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF87
2#63D769
3#44CF4B
4#30BB37
5#289C2E
6#207D25
7#185E1C
8#103E12
9#081F09
Tints
Lighter variations
1#ABE9AE
2#B4ECB7
3#BEEEC0
4#C7F1C9
5#D0F3D2
6#DAF5DB
7#E3F8E4
8#ECFAED
9#F6FDF6
Tones
Muted variations
1#A5E3A8
2#A9E0AB
3#ACDDAF
4#B0D9B2
5#B3D6B5
6#B7D2B8
7#BACFBB
8#BDCBBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A5 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA76 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB235 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114113 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E3F8E4;
--mint-200: #CAF1CC;
--mint-300: #A2E7A5;
--mint-400: #71DA76;
--mint-500: #49D04F;
--mint-600: #2EB235;
--mint-700: #258E2A;
--mint-800: #1A651E;
--mint-900: #114113;
--mint-950: #0A290C;
}