Mint
#98F0C3
GreenColor Codes
All color formats for development
HEX
#98F0C3RGB
rgb(152, 240, 195)HSL
hsl(149, 75%, 77%)OKLCH
oklch(0.887 0.106 160.9)CMYK
cmyk(37%, 0%, 19%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBAF
2#54E79B
3#31E287
4#1DCE73
5#19AC60
6#14894D
7#0F6739
8#0A4526
9#052213
Tints
Lighter variations
1#A3F2C9
2#ADF3CF
3#B7F5D5
4#C1F6DB
5#CCF8E1
6#D6F9E7
7#E0FBED
8#EAFCF3
9#F5FEF9
Tones
Muted variations
1#9DECC3
2#A1E8C3
3#A6E3C3
4#AADFC3
5#AEDAC4
6#B3D6C4
7#B7D2C4
8#BCCDC4
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C3 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A4 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E289 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC46D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4728 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FBED;
--mint-200: #C5F7DD;
--mint-300: #98F0C3;
--mint-400: #63E9A4;
--mint-500: #36E289;
--mint-600: #1CC46D;
--mint-700: #169C57;
--mint-800: #10703E;
--mint-900: #0A4728;
--mint-950: #062D19;
}