Mint
#A2E6A9
GreenColor Codes
All color formats for development
HEX
#A2E6A9RGB
rgb(162, 230, 169)HSL
hsl(126, 58%, 77%)OKLCH
oklch(0.864 0.108 147.2)CMYK
cmyk(30%, 0%, 27%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE8C
2#64D670
3#45CE53
4#31BA3F
5#299B35
6#217C2A
7#195D20
8#103E15
9#081F0B
Tints
Lighter variations
1#ACE9B2
2#B5EBBA
3#BEEEC3
4#C7F0CB
5#D1F3D4
6#DAF5DD
7#E3F8E5
8#ECFAEE
9#F6FDF6
Tones
Muted variations
1#A6E3AC
2#A9E0AF
3#ADDCB1
4#B0D9B4
5#B3D5B7
6#B7D2B9
7#BACFBC
8#BECBBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114016 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F8E5;
--mint-200: #CBF1CE;
--mint-300: #A2E6A9;
--mint-400: #72DA7C;
--mint-500: #4ACF57;
--mint-600: #2FB13C;
--mint-700: #258D30;
--mint-800: #1B6522;
--mint-900: #114016;
--mint-950: #0B280E;
}