Mint
#98F1BB
GreenColor Codes
All color formats for development
HEX
#98F1BBRGB
rgb(152, 241, 187)HSL
hsl(144, 76%, 77%)OKLCH
oklch(0.888 0.114 156.5)CMYK
cmyk(37%, 0%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECA5
2#53E78E
3#30E378
4#1CCF64
5#18AD53
6#138A43
7#0E6832
8#094521
9#052311
Tints
Lighter variations
1#A2F2C2
2#ACF4C9
3#B7F5D0
4#C1F7D6
5#CBF8DD
6#D6F9E4
7#E0FBEB
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9CECBC
2#A1E8BD
3#A5E4BE
4#AADFBF
5#AEDBC0
6#B3D6C1
7#B7D2C2
8#BBCDC3
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 #C5F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7036 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4823 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FBEA;
--mint-200: #C5F7D9;
--mint-300: #98F1BB;
--mint-400: #62EA98;
--mint-500: #35E37B;
--mint-600: #1BC55F;
--mint-700: #159D4C;
--mint-800: #0F7036;
--mint-900: #0A4823;
--mint-950: #062D16;
}