Mint
#A1E8A9
GreenColor Codes
All color formats for development
HEX
#A1E8A9RGB
rgb(161, 232, 169)HSL
hsl(127, 61%, 77%)OKLCH
oklch(0.868 0.112 147.4)CMYK
cmyk(31%, 0%, 27%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E08C
2#61D96F
3#42D152
4#2EBE3F
5#269E34
6#1F7E2A
7#175F1F
8#0F3F15
9#08200A
Tints
Lighter variations
1#AAEAB2
2#B3EDBA
3#BDEFC3
4#C6F1CB
5#D0F4D4
6#D9F6DD
7#E3F8E5
8#ECFAEE
9#F6FDF6
Tones
Muted variations
1#A4E5AC
2#A8E1AE
3#ABDDB1
4#AFDAB4
5#B2D6B7
6#B6D3B9
7#BACFBC
8#BDCCBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7C | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D257 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239030 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196722 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104216 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E2F8E5;
--mint-200: #CAF2CE;
--mint-300: #A1E8A9;
--mint-400: #6FDC7C;
--mint-500: #46D257;
--mint-600: #2CB53C;
--mint-700: #239030;
--mint-800: #196722;
--mint-900: #104216;
--mint-950: #0A290E;
}