Mint
#98F1BA
GreenColor Codes
All color formats for development
HEX
#98F1BARGB
rgb(152, 241, 186)HSL
hsl(143, 76%, 77%)OKLCH
oklch(0.887 0.115 156)CMYK
cmyk(37%, 0%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECA3
2#53E78C
3#30E375
4#1CCF61
5#18AD51
6#138A41
7#0E6830
8#094520
9#052310
Tints
Lighter variations
1#A2F2C1
2#ACF4C8
3#B7F5CF
4#C1F7D6
5#CBF8DC
6#D6F9E3
7#E0FBEA
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9CECBB
2#A1E8BC
3#A5E4BD
4#AADFBE
5#AEDBBF
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 #C5F7D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA96 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E378 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7034 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4822 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FBEA;
--mint-200: #C5F7D8;
--mint-300: #98F1BA;
--mint-400: #62EA96;
--mint-500: #35E378;
--mint-600: #1BC55C;
--mint-700: #159D49;
--mint-800: #0F7034;
--mint-900: #0A4822;
--mint-950: #062D15;
}