Mint
#98F1C7
GreenColor Codes
All color formats for development
HEX
#98F1C7RGB
rgb(152, 241, 199)HSL
hsl(152, 76%, 77%)OKLCH
oklch(0.89 0.104 162.9)CMYK
cmyk(37%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECB5
2#53E7A2
3#30E38F
4#1CCF7C
5#18AD67
6#138A53
7#0E683E
8#094529
9#052315
Tints
Lighter variations
1#A2F2CD
2#ACF4D2
3#B7F5D8
4#C1F7DE
5#CBF8E3
6#D6F9E9
7#E0FBEE
8#EAFCF4
9#F5FEF9
Tones
Muted variations
1#9CECC7
2#A1E8C7
3#A5E4C6
4#AADFC6
5#AEDBC6
6#B3D6C6
7#B7D2C5
8#BBCDC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E392 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC576 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7043 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FBEE;
--mint-200: #C5F7E0;
--mint-300: #98F1C7;
--mint-400: #62EAAA;
--mint-500: #35E392;
--mint-600: #1BC576;
--mint-700: #159D5E;
--mint-800: #0F7043;
--mint-900: #0A482B;
--mint-950: #062D1B;
}