Mint
#A2E7A8
GreenColor Codes
All color formats for development
HEX
#A2E7A8RGB
rgb(162, 231, 168)HSL
hsl(125, 59%, 77%)OKLCH
oklch(0.866 0.111 146.7)CMYK
cmyk(30%, 0%, 27%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF8A
2#63D76D
3#44CF50
4#30BB3C
5#289C32
6#207D28
7#185E1E
8#103E14
9#081F0A
Tints
Lighter variations
1#ABE9B0
2#B4ECB9
3#BEEEC2
4#C7F1CB
5#D0F3D3
6#DAF5DC
7#E3F8E5
8#ECFAEE
9#F6FDF6
Tones
Muted variations
1#A5E3AA
2#A9E0AD
3#ACDDB0
4#B0D9B3
5#B3D6B6
6#B7D2B9
7#BACFBC
8#BDCBBF
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA7A | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D054 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB239 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6520 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114115 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E3F8E4;
--mint-200: #CAF1CE;
--mint-300: #A2E7A8;
--mint-400: #71DA7A;
--mint-500: #49D054;
--mint-600: #2EB239;
--mint-700: #258E2D;
--mint-800: #1A6520;
--mint-900: #114115;
--mint-950: #0A290D;
}