Mint
#A1E8B8
GreenColor Codes
All color formats for development
HEX
#A1E8B8RGB
rgb(161, 232, 184)HSL
hsl(139, 61%, 77%)OKLCH
oklch(0.871 0.097 154.4)CMYK
cmyk(31%, 0%, 21%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E09F
2#61D987
3#42D16F
4#2EBE5B
5#269E4C
6#1F7E3D
7#175F2E
8#0F3F1E
9#08200F
Tints
Lighter variations
1#AAEABE
2#B3EDC6
3#BDEFCD
4#C6F1D4
5#D0F4DB
6#D9F6E2
7#E3F8E9
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A4E5B9
2#A8E1BA
3#ABDDBB
4#AFDABC
5#B2D6BE
6#B6D3BF
7#BACFC0
8#BDCCC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC92 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D273 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB557 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239045 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196731 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104220 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8E9;
--mint-200: #CAF2D6;
--mint-300: #A1E8B7;
--mint-400: #6FDC92;
--mint-500: #46D273;
--mint-600: #2CB557;
--mint-700: #239045;
--mint-800: #196731;
--mint-900: #104220;
--mint-950: #0A2914;
}