Mint
#A2E6B1
GreenColor Codes
All color formats for development
HEX
#A2E6B1RGB
rgb(162, 230, 177)HSL
hsl(133, 58%, 77%)OKLCH
oklch(0.866 0.1 150.7)CMYK
cmyk(30%, 0%, 23%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE97
2#64D67D
3#45CE63
4#31BA4F
5#299B42
6#217C35
7#195D28
8#103E1A
9#081F0D
Tints
Lighter variations
1#ACE9B9
2#B5EBC1
3#BEEEC8
4#C7F0D0
5#D1F3D8
6#DAF5E0
7#E3F8E8
8#ECFAEF
9#F6FDF7
Tones
Muted variations
1#A6E3B3
2#A9E0B5
3#ADDCB7
4#B0D9B9
5#B3D5BB
6#B7D2BD
7#BACFBF
8#BECBC0
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 | CBF1 #CBF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F8E7;
--mint-200: #CBF1D3;
--mint-300: #A2E6B1;
--mint-400: #72DA88;
--mint-500: #4ACF67;
--mint-600: #2FB14B;
--mint-700: #258D3C;
--mint-800: #1B652B;
--mint-900: #11401B;
--mint-950: #0B2811;
}