Mint
#97F2C7
GreenColor Codes
All color formats for development
HEX
#97F2C7RGB
rgb(151, 242, 199)HSL
hsl(152, 78%, 77%)OKLCH
oklch(0.892 0.107 162.8)CMYK
cmyk(38%, 0%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEB5
2#51E9A2
3#2EE590
4#1AD27C
5#16AF67
6#118C53
7#0D693E
8#094629
9#042315
Tints
Lighter variations
1#A1F3CD
2#ABF5D3
3#B6F6D8
4#C0F7DE
5#CBF9E3
6#D5FAE9
7#E0FBEE
8#EAFCF4
9#F5FEF9
Tones
Muted variations
1#9BEEC7
2#A0E9C7
3#A4E4C6
4#A9E0C6
5#ADDBC6
6#B2D7C6
7#B7D2C5
8#BBCDC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAA | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E692 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C876 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | 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: #F1FDF8;
--mint-100: #DFFBEE;
--mint-200: #C4F8E0;
--mint-300: #97F2C7;
--mint-400: #60EBAA;
--mint-500: #33E692;
--mint-600: #19C876;
--mint-700: #149F5E;
--mint-800: #0E7143;
--mint-900: #09492B;
--mint-950: #062D1B;
}