Mint
#A2E6C0
GreenColor Codes
All color formats for development
HEX
#A2E6C0RGB
rgb(162, 230, 192)HSL
hsl(146, 58%, 77%)OKLCH
oklch(0.869 0.087 159.5)CMYK
cmyk(30%, 0%, 17%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DEAB
2#64D696
3#45CE80
4#31BA6D
5#299B5B
6#217C48
7#195D36
8#103E24
9#081F12
Tints
Lighter variations
1#ACE9C6
2#B5EBCC
3#BEEED3
4#C7F0D9
5#D1F3DF
6#DAF5E6
7#E3F8EC
8#ECFAF2
9#F6FDF9
Tones
Muted variations
1#A6E3C0
2#A9E0C1
3#ADDCC1
4#B0D9C2
5#B3D5C2
6#B7D2C3
7#BACFC3
8#BECBC3
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 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF83 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB168 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F8EC;
--mint-200: #CBF1DB;
--mint-300: #A2E6C0;
--mint-400: #72DA9F;
--mint-500: #4ACF83;
--mint-600: #2FB168;
--mint-700: #258D52;
--mint-800: #1B653B;
--mint-900: #114026;
--mint-950: #0B2818;
}