Mint
#A2E7B3
GreenColor Codes
All color formats for development
HEX
#A2E7B3RGB
rgb(162, 231, 179)HSL
hsl(135, 59%, 77%)OKLCH
oklch(0.868 0.1 151.6)CMYK
cmyk(30%, 0%, 23%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83DF9A
2#63D780
3#44CF67
4#30BB53
5#289C45
6#207D37
7#185E2A
8#103E1C
9#081F0E
Tints
Lighter variations
1#ABE9BB
2#B4ECC2
3#BEEECA
4#C7F1D1
5#D0F3D9
6#DAF5E1
7#E3F8E8
8#ECFAF0
9#F6FDF7
Tones
Muted variations
1#A5E3B5
2#A9E0B7
3#ACDDB8
4#B0D9BA
5#B3D6BC
6#B7D2BD
7#BACFBF
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 #CAF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8B | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411D | 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: #CAF1D4;
--mint-300: #A2E7B3;
--mint-400: #71DA8B;
--mint-500: #49D06A;
--mint-600: #2EB24F;
--mint-700: #258E3F;
--mint-800: #1A652D;
--mint-900: #11411D;
--mint-950: #0A2912;
}