Mint
#A1E8B1
GreenColor Codes
All color formats for development
HEX
#A1E8B1RGB
rgb(161, 232, 177)HSL
hsl(134, 61%, 77%)OKLCH
oklch(0.87 0.104 150.8)CMYK
cmyk(31%, 0%, 24%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E097
2#61D97D
3#42D163
4#2EBE4F
5#269E42
6#1F7E35
7#175F28
8#0F3F1A
9#08200D
Tints
Lighter variations
1#AAEAB9
2#B3EDC1
3#BDEFC9
4#C6F1D0
5#D0F4D8
6#D9F6E0
7#E3F8E8
8#ECFAEF
9#F6FDF7
Tones
Muted variations
1#A4E5B3
2#A8E1B5
3#ABDDB7
4#AFDAB9
5#B2D6BB
6#B6D3BD
7#BACFBF
8#BDCCC1
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC89 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D267 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E2F8E7;
--mint-200: #CAF2D3;
--mint-300: #A1E8B1;
--mint-400: #6FDC89;
--mint-500: #46D267;
--mint-600: #2CB54C;
--mint-700: #23903C;
--mint-800: #19672B;
--mint-900: #10421C;
--mint-950: #0A2911;
}