Mint
#98F0A7
GreenColor Codes
All color formats for development
HEX
#98F0A7RGB
rgb(152, 240, 167)HSL
hsl(130, 75%, 77%)OKLCH
oklch(0.881 0.132 148.6)CMYK
cmyk(37%, 0%, 30%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EB8A
2#54E76C
3#31E24F
4#1DCE3B
5#19AC31
6#148927
7#0F671D
8#0A4514
9#05220A
Tints
Lighter variations
1#A3F2B0
2#ADF3B9
3#B7F5C1
4#C1F6CA
5#CCF8D3
6#D6F9DC
7#E0FBE5
8#EAFCED
9#F5FEF6
Tones
Muted variations
1#9DECAA
2#A1E8AD
3#A6E3B0
4#AADFB3
5#AEDAB6
6#B3D6B9
7#B7D2BC
8#BCCDBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0A7 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E979 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E253 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC438 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107020 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4714 | 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: #F2FDF4;
--mint-100: #E0FBE4;
--mint-200: #C5F7CD;
--mint-300: #98F0A7;
--mint-400: #63E979;
--mint-500: #36E253;
--mint-600: #1CC438;
--mint-700: #169C2D;
--mint-800: #107020;
--mint-900: #0A4714;
--mint-950: #062D0D;
}