Mint
#A2E7B4
GreenColor Codes
All color formats for development
HEX
#A2E7B4RGB
rgb(162, 231, 180)HSL
hsl(136, 59%, 77%)OKLCH
oklch(0.869 0.099 152.1)CMYK
cmyk(30%, 0%, 22%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF9B
2#63D782
3#44CF69
4#30BB55
5#289C47
6#207D39
7#185E2B
8#103E1C
9#081F0E
Tints
Lighter variations
1#ABE9BC
2#B4ECC3
3#BEEECB
4#C7F1D2
5#D0F3DA
6#DAF5E1
7#E3F8E9
8#ECFAF0
9#F6FDF8
Tones
Muted variations
1#A5E3B6
2#A9E0B7
3#ACDDB9
4#B0D9BB
5#B3D6BC
6#B7D2BE
7#BACFC0
8#BDCBC1
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 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8D | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB251 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E3F8E8;
--mint-200: #CAF1D5;
--mint-300: #A2E7B4;
--mint-400: #71DA8D;
--mint-500: #49D06D;
--mint-600: #2EB251;
--mint-700: #258E41;
--mint-800: #1A652E;
--mint-900: #11411E;
--mint-950: #0A2912;
}