Mint
#A2E6B2
GreenColor Codes
All color formats for development
HEX
#A2E6B2RGB
rgb(162, 230, 178)HSL
hsl(134, 58%, 77%)OKLCH
oklch(0.866 0.099 151.2)CMYK
cmyk(30%, 0%, 23%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DE98
2#64D67F
3#45CE65
4#31BA51
5#299B44
6#217C36
7#195D29
8#103E1B
9#081F0E
Tints
Lighter variations
1#ACE9BA
2#B5EBC2
3#BEEEC9
4#C7F0D1
5#D1F3D9
6#DAF5E0
7#E3F8E8
8#ECFAF0
9#F6FDF7
Tones
Muted variations
1#A6E3B4
2#A9E0B6
3#ADDCB8
4#B0D9B9
5#B3D5BB
6#B7D2BD
7#BACFBF
8#BECBC1
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8A | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F8E8;
--mint-200: #CBF1D4;
--mint-300: #A2E6B2;
--mint-400: #72DA8A;
--mint-500: #4ACF69;
--mint-600: #2FB14D;
--mint-700: #258D3E;
--mint-800: #1B652C;
--mint-900: #11401C;
--mint-950: #0B2812;
}