Mint
#98F1A4
GreenColor Codes
All color formats for development
HEX
#98F1A4RGB
rgb(152, 241, 164)HSL
hsl(128, 76%, 77%)OKLCH
oklch(0.883 0.136 147.6)CMYK
cmyk(37%, 0%, 32%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC85
2#53E767
3#30E348
4#1CCF34
5#18AD2B
6#138A23
7#0E681A
8#094511
9#052309
Tints
Lighter variations
1#A2F2AD
2#ACF4B6
3#B7F5BF
4#C1F7C8
5#CBF8D1
6#D6F9DA
7#E0FBE4
8#EAFCED
9#F5FEF6
Tones
Muted variations
1#9CECA7
2#A1E8AA
3#A5E4AD
4#AADFB1
5#AEDBB4
6#B3D6B7
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 #E0FBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA74 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E34C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC532 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F701C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4812 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FBE3;
--mint-200: #C5F7CB;
--mint-300: #98F1A4;
--mint-400: #62EA74;
--mint-500: #35E34C;
--mint-600: #1BC532;
--mint-700: #159D28;
--mint-800: #0F701C;
--mint-900: #0A4812;
--mint-950: #062D0B;
}