Mint
#98F1B8
GreenColor Codes
All color formats for development
HEX
#98F1B8RGB
rgb(152, 241, 184)HSL
hsl(142, 76%, 77%)OKLCH
oklch(0.887 0.117 155.1)CMYK
cmyk(37%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECA1
2#53E789
3#30E372
4#1CCF5E
5#18AD4E
6#138A3F
7#0E682F
8#09451F
9#052310
Tints
Lighter variations
1#A2F2C0
2#ACF4C7
3#B7F5CE
4#C1F7D5
5#CBF8DC
6#D6F9E3
7#E0FBEA
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9CECBA
2#A1E8BB
3#A5E4BC
4#AADFBD
5#AEDBBE
6#B3D6C0
7#B7D2C1
8#BBCDC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA94 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E375 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4821 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FBEA;
--mint-200: #C5F7D7;
--mint-300: #98F1B8;
--mint-400: #62EA94;
--mint-500: #35E375;
--mint-600: #1BC559;
--mint-700: #159D47;
--mint-800: #0F7033;
--mint-900: #0A4821;
--mint-950: #062D14;
}