Mint
#A2E6B6
GreenColor Codes
All color formats for development
HEX
#A2E6B6RGB
rgb(162, 230, 182)HSL
hsl(138, 58%, 77%)OKLCH
oklch(0.867 0.095 153.3)CMYK
cmyk(30%, 0%, 21%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE9F
2#64D686
3#45CE6E
4#31BA5A
5#299B4B
6#217C3C
7#195D2D
8#103E1E
9#081F0F
Tints
Lighter variations
1#ACE9BE
2#B5EBC5
3#BEEECC
4#C7F0D4
5#D1F3DB
6#DAF5E2
7#E3F8E9
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A6E3B8
2#A9E0B9
3#ADDCBB
4#B0D9BC
5#B3D5BE
6#B7D2BF
7#BACFC0
8#BECBC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA91 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB156 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6531 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F8E9;
--mint-200: #CBF1D6;
--mint-300: #A2E6B7;
--mint-400: #72DA91;
--mint-500: #4ACF72;
--mint-600: #2FB156;
--mint-700: #258D45;
--mint-800: #1B6531;
--mint-900: #11401F;
--mint-950: #0B2814;
}