Mint
#A1E8B4
GreenColor Codes
All color formats for development
HEX
#A1E8B4RGB
rgb(161, 232, 180)HSL
hsl(136, 61%, 77%)OKLCH
oklch(0.87 0.101 152.3)CMYK
cmyk(31%, 0%, 22%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E09A
2#61D981
3#42D168
4#2EBE54
5#269E46
6#1F7E38
7#175F2A
8#0F3F1C
9#08200E
Tints
Lighter variations
1#AAEABB
2#B3EDC3
3#BDEFCA
4#C6F1D2
5#D0F4D9
6#D9F6E1
7#E3F8E8
8#ECFAF0
9#F6FDF7
Tones
Muted variations
1#A4E5B5
2#A8E1B7
3#ABDDB9
4#AFDABA
5#B2D6BC
6#B6D3BE
7#BACFBF
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 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8C | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB550 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239040 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E2F8E8;
--mint-200: #CAF2D4;
--mint-300: #A1E8B4;
--mint-400: #6FDC8C;
--mint-500: #46D26C;
--mint-600: #2CB550;
--mint-700: #239040;
--mint-800: #19672E;
--mint-900: #10421D;
--mint-950: #0A2912;
}