Mint
#A1E8A3
GreenColor Codes
All color formats for development
HEX
#A1E8A3RGB
rgb(161, 232, 163)HSL
hsl(122, 61%, 77%)OKLCH
oklch(0.867 0.118 145.1)CMYK
cmyk(31%, 0%, 30%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E084
2#61D965
3#42D147
4#2EBE33
5#269E2A
6#1F7E22
7#175F19
8#0F3F11
9#082008
Tints
Lighter variations
1#AAEAAC
2#B3EDB5
3#BDEFBF
4#C6F1C8
5#D0F4D1
6#D9F6DA
7#E3F8E3
8#ECFAED
9#F6FDF6
Tones
Muted variations
1#A4E5A6
2#A8E1AA
3#ABDDAD
4#AFDAB0
5#B2D6B4
6#B6D3B7
7#BACFBA
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 #CAF2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC73 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB530 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E2F8E3;
--mint-200: #CAF2CB;
--mint-300: #A1E8A3;
--mint-400: #6FDC73;
--mint-500: #46D24B;
--mint-600: #2CB530;
--mint-700: #239026;
--mint-800: #19671B;
--mint-900: #104212;
--mint-950: #0A290B;
}