Mint
#A1E8C1
GreenColor Codes
All color formats for development
HEX
#A1E8C1RGB
rgb(161, 232, 193)HSL
hsl(147, 61%, 77%)OKLCH
oklch(0.873 0.089 159.8)CMYK
cmyk(31%, 0%, 17%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0AC
2#61D997
3#42D182
4#2EBE6F
5#269E5C
6#1F7E4A
7#175F37
8#0F3F25
9#082012
Tints
Lighter variations
1#AAEAC7
2#B3EDCD
3#BDEFD3
4#C6F1DA
5#D0F4E0
6#D9F6E6
7#E3F8EC
8#ECFAF3
9#F6FDF9
Tones
Muted variations
1#A4E5C1
2#A8E1C1
3#ABDDC2
4#AFDAC2
5#B2D6C3
6#B6D3C3
7#BACFC3
8#BDCCC4
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA0 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D285 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB569 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239054 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104226 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8EC;
--mint-200: #CAF2DC;
--mint-300: #A1E8C1;
--mint-400: #6FDCA0;
--mint-500: #46D285;
--mint-600: #2CB569;
--mint-700: #239054;
--mint-800: #19673C;
--mint-900: #104226;
--mint-950: #0A2918;
}