Mint
#98F1BE
GreenColor Codes
All color formats for development
HEX
#98F1BERGB
rgb(152, 241, 190)HSL
hsl(146, 76%, 77%)OKLCH
oklch(0.888 0.112 158)CMYK
cmyk(37%, 0%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECA9
2#53E793
3#30E37E
4#1CCF6A
5#18AD58
6#138A47
7#0E6835
8#094523
9#052312
Tints
Lighter variations
1#A2F2C5
2#ACF4CB
3#B7F5D2
4#C1F7D8
5#CBF8DF
6#D6F9E5
7#E0FBEC
8#EAFCF2
9#F5FEF9
Tones
Muted variations
1#9CECBF
2#A1E8C0
3#A5E4C0
4#AADFC1
5#AEDBC1
6#B3D6C2
7#B7D2C3
8#BBCDC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E381 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4825 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FBEB;
--mint-200: #C5F7DA;
--mint-300: #98F1BE;
--mint-400: #62EA9D;
--mint-500: #35E381;
--mint-600: #1BC565;
--mint-700: #159D50;
--mint-800: #0F7039;
--mint-900: #0A4825;
--mint-950: #062D17;
}