Mint
#98F0B7
GreenColor Codes
All color formats for development
HEX
#98F0B7RGB
rgb(152, 240, 183)HSL
hsl(141, 75%, 77%)OKLCH
oklch(0.884 0.117 154.9)CMYK
cmyk(37%, 0%, 24%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EB9F
2#54E787
3#31E26F
4#1DCE5B
5#19AC4C
6#14893D
7#0F672E
8#0A451E
9#05220F
Tints
Lighter variations
1#A3F2BE
2#ADF3C6
3#B7F5CD
4#C1F6D4
5#CCF8DB
6#D6F9E2
7#E0FBE9
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9DECB8
2#A1E8BA
3#A6E3BB
4#AADFBC
5#AEDABE
6#B3D6BF
7#B7D2C0
8#BCCDC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B7 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E992 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E272 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC457 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107031 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4720 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FBE9;
--mint-200: #C5F7D6;
--mint-300: #98F0B7;
--mint-400: #63E992;
--mint-500: #36E272;
--mint-600: #1CC457;
--mint-700: #169C45;
--mint-800: #107031;
--mint-900: #0A4720;
--mint-950: #062D14;
}