Mint
#A1E8BB
GreenColor Codes
All color formats for development
HEX
#A1E8BBRGB
rgb(161, 232, 187)HSL
hsl(142, 61%, 77%)OKLCH
oklch(0.872 0.095 156.1)CMYK
cmyk(31%, 0%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81E0A4
2#61D98D
3#42D176
4#2EBE63
5#269E52
6#1F7E42
7#175F31
8#0F3F21
9#082010
Tints
Lighter variations
1#AAEAC2
2#B3EDC8
3#BDEFCF
4#C6F1D6
5#D0F4DD
6#D9F6E4
7#E3F8EB
8#ECFAF1
9#F6FDF8
Tones
Muted variations
1#A4E5BC
2#A8E1BD
3#ABDDBE
4#AFDABF
5#B2D6C0
6#B6D3C1
7#BACFC1
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 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC97 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196735 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104222 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8EA;
--mint-200: #CAF2D8;
--mint-300: #A1E8BB;
--mint-400: #6FDC97;
--mint-500: #46D27A;
--mint-600: #2CB55E;
--mint-700: #23904B;
--mint-800: #196735;
--mint-900: #104222;
--mint-950: #0A2915;
}