Mint
#A1E8B6
GreenColor Codes
All color formats for development
HEX
#A1E8B6RGB
rgb(161, 232, 182)HSL
hsl(138, 61%, 77%)OKLCH
oklch(0.871 0.099 153.3)CMYK
cmyk(31%, 0%, 22%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E09E
2#61D985
3#42D16D
4#2EBE59
5#269E4A
6#1F7E3B
7#175F2D
8#0F3F1E
9#08200F
Tints
Lighter variations
1#AAEABD
2#B3EDC5
3#BDEFCC
4#C6F1D3
5#D0F4DB
6#D9F6E2
7#E3F8E9
8#ECFAF0
9#F6FDF8
Tones
Muted variations
1#A4E5B7
2#A8E1B9
3#ABDDBA
4#AFDABC
5#B2D6BD
6#B6D3BF
7#BACFC0
8#BDCCC1
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC90 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB555 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239043 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196730 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E2F8E9;
--mint-200: #CAF2D6;
--mint-300: #A1E8B6;
--mint-400: #6FDC90;
--mint-500: #46D270;
--mint-600: #2CB555;
--mint-700: #239043;
--mint-800: #196730;
--mint-900: #10421F;
--mint-950: #0A2913;
}