Mint
#A1E8A8
GreenColor Codes
All color formats for development
HEX
#A1E8A8RGB
rgb(161, 232, 168)HSL
hsl(126, 61%, 77%)OKLCH
oklch(0.868 0.113 147)CMYK
cmyk(31%, 0%, 28%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E08B
2#61D96D
3#42D150
4#2EBE3C
5#269E32
6#1F7E28
7#175F1E
8#0F3F14
9#08200A
Tints
Lighter variations
1#AAEAB0
2#B3EDB9
3#BDEFC2
4#C6F1CB
5#D0F4D3
6#D9F6DC
7#E3F8E5
8#ECFAEE
9#F6FDF6
Tones
Muted variations
1#A4E5AB
2#A8E1AD
3#ABDDB0
4#AFDAB3
5#B2D6B6
6#B6D3B9
7#BACFBC
8#BDCCBF
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7A | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D254 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB539 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196721 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104215 | 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: #E2F8E4;
--mint-200: #CAF2CE;
--mint-300: #A1E8A8;
--mint-400: #6FDC7A;
--mint-500: #46D254;
--mint-600: #2CB539;
--mint-700: #23902E;
--mint-800: #196721;
--mint-900: #104215;
--mint-950: #0A290D;
}