Mint
#98F1C0
GreenColor Codes
All color formats for development
HEX
#98F1C0RGB
rgb(152, 241, 192)HSL
hsl(147, 76%, 77%)OKLCH
oklch(0.889 0.11 159)CMYK
cmyk(37%, 0%, 20%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECAB
2#53E796
3#30E381
4#1CCF6D
5#18AD5B
6#138A49
7#0E6836
8#094524
9#052312
Tints
Lighter variations
1#A2F2C6
2#ACF4CD
3#B7F5D3
4#C1F7D9
5#CBF8DF
6#D6F9E6
7#E0FBEC
8#EAFCF2
9#F5FEF9
Tones
Muted variations
1#9CECC0
2#A1E8C1
3#A5E4C1
4#AADFC2
5#AEDBC2
6#B3D6C3
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 #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E384 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC568 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4826 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FBEC;
--mint-200: #C5F7DB;
--mint-300: #98F1C0;
--mint-400: #62EA9F;
--mint-500: #35E384;
--mint-600: #1BC568;
--mint-700: #159D52;
--mint-800: #0F703B;
--mint-900: #0A4826;
--mint-950: #062D18;
}