Mint
#A2E7B1
GreenColor Codes
All color formats for development
HEX
#A2E7B1RGB
rgb(162, 231, 177)HSL
hsl(133, 59%, 77%)OKLCH
oklch(0.868 0.102 150.6)CMYK
cmyk(30%, 0%, 23%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF97
2#63D77C
3#44CF62
4#30BB4E
5#289C41
6#207D34
7#185E27
8#103E1A
9#081F0D
Tints
Lighter variations
1#ABE9B9
2#B4ECC0
3#BEEEC8
4#C7F1D0
5#D0F3D8
6#DAF5E0
7#E3F8E8
8#ECFAEF
9#F6FDF7
Tones
Muted variations
1#A5E3B3
2#A9E0B5
3#ACDDB7
4#B0D9B9
5#B3D6BB
6#B7D2BD
7#BACFBE
8#BDCBC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D066 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F8E7;
--mint-200: #CAF1D3;
--mint-300: #A2E7B1;
--mint-400: #71DA88;
--mint-500: #49D066;
--mint-600: #2EB24B;
--mint-700: #258E3B;
--mint-800: #1A652A;
--mint-900: #11411B;
--mint-950: #0A2911;
}