Mint
#A1E8A5
GreenColor Codes
All color formats for development
HEX
#A1E8A5RGB
rgb(161, 232, 165)HSL
hsl(123, 61%, 77%)OKLCH
oklch(0.867 0.116 145.8)CMYK
cmyk(31%, 0%, 29%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E086
2#61D967
3#42D149
4#2EBE35
5#269E2C
6#1F7E23
7#175F1B
8#0F3F12
9#082009
Tints
Lighter variations
1#AAEAAD
2#B3EDB6
3#BDEFBF
4#C6F1C8
5#D0F4D2
6#D9F6DB
7#E3F8E4
8#ECFAED
9#F6FDF6
Tones
Muted variations
1#A4E5A7
2#A8E1AB
3#ABDDAE
4#AFDAB1
5#B2D6B4
6#B6D3B7
7#BACFBB
8#BDCCBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC75 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB533 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E2F8E3;
--mint-200: #CAF2CC;
--mint-300: #A1E8A4;
--mint-400: #6FDC75;
--mint-500: #46D24D;
--mint-600: #2CB533;
--mint-700: #239028;
--mint-800: #19671D;
--mint-900: #104212;
--mint-950: #0A290C;
}