Mint
#A2E7BA
GreenColor Codes
All color formats for development
HEX
#A2E7BARGB
rgb(162, 231, 186)HSL
hsl(141, 59%, 77%)OKLCH
oklch(0.87 0.093 155.4)CMYK
cmyk(30%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DFA3
2#63D78C
3#44CF75
4#30BB61
5#289C51
6#207D41
7#185E30
8#103E20
9#081F10
Tints
Lighter variations
1#ABE9C1
2#B4ECC8
3#BEEECF
4#C7F1D6
5#D0F3DC
6#DAF5E3
7#E3F8EA
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A5E3BB
2#A9E0BC
3#ACDDBD
4#B0D9BE
5#B3D6BF
6#B7D2C0
7#BACFC1
8#BDCBC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BA | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA96 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D078 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6534 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114122 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E3F8EA;
--mint-200: #CAF1D8;
--mint-300: #A2E7BA;
--mint-400: #71DA96;
--mint-500: #49D078;
--mint-600: #2EB25C;
--mint-700: #258E49;
--mint-800: #1A6534;
--mint-900: #114122;
--mint-950: #0A2915;
}