Mint
#98F1C3
GreenColor Codes
All color formats for development
HEX
#98F1C3RGB
rgb(152, 241, 195)HSL
hsl(149, 76%, 77%)OKLCH
oklch(0.889 0.108 160.6)CMYK
cmyk(37%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECAF
2#53E79B
3#30E386
4#1CCF73
5#18AD60
6#138A4D
7#0E6839
8#094526
9#052313
Tints
Lighter variations
1#A2F2C9
2#ACF4CF
3#B7F5D5
4#C1F7DB
5#CBF8E1
6#D6F9E7
7#E0FBED
8#EAFCF3
9#F5FEF9
Tones
Muted variations
1#9CECC3
2#A1E8C3
3#A5E4C3
4#AADFC3
5#AEDBC4
6#B3D6C4
7#B7D2C4
8#BBCDC4
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 | 98F1 #98F1C3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E389 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC56D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4828 | 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: #98F1C3;
--mint-400: #62EAA3;
--mint-500: #35E389;
--mint-600: #1BC56D;
--mint-700: #159D57;
--mint-800: #0F703E;
--mint-900: #0A4828;
--mint-950: #062D19;
}