Mint
#98F1A7
GreenColor Codes
All color formats for development
HEX
#98F1A7RGB
rgb(152, 241, 167)HSL
hsl(130, 76%, 77%)OKLCH
oklch(0.883 0.133 148.5)CMYK
cmyk(37%, 0%, 31%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC89
2#53E76B
3#30E34E
4#1CCF3A
5#18AD30
6#138A27
7#0E681D
8#094513
9#05230A
Tints
Lighter variations
1#A2F2AF
2#ACF4B8
3#B7F5C1
4#C1F7CA
5#CBF8D3
6#D6F9DC
7#E0FBE4
8#EAFCED
9#F5FEF6
Tones
Muted variations
1#9CECAA
2#A1E8AD
3#A5E4B0
4#AADFB3
5#AEDBB5
6#B3D6B8
7#B7D2BB
8#BBCDBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA79 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E352 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4814 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FBE4;
--mint-200: #C5F7CD;
--mint-300: #98F1A7;
--mint-400: #62EA79;
--mint-500: #35E352;
--mint-600: #1BC537;
--mint-700: #159D2C;
--mint-800: #0F701F;
--mint-900: #0A4814;
--mint-950: #062D0D;
}