Mint
#98F1C6
GreenColor Codes
All color formats for development
HEX
#98F1C6RGB
rgb(152, 241, 198)HSL
hsl(151, 76%, 77%)OKLCH
oklch(0.89 0.105 162.3)CMYK
cmyk(37%, 0%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECB3
2#53E7A0
3#30E38C
4#1CCF79
5#18AD65
6#138A51
7#0E683C
8#094528
9#052314
Tints
Lighter variations
1#A2F2CC
2#ACF4D1
3#B7F5D7
4#C1F7DD
5#CBF8E2
6#D6F9E8
7#E0FBEE
8#EAFCF4
9#F5FEF9
Tones
Muted variations
1#9CECC6
2#A1E8C6
3#A5E4C5
4#AADFC5
5#AEDBC5
6#B3D6C5
7#B7D2C5
8#BBCDC5
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C6 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E38F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC573 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7041 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FBEE;
--mint-200: #C5F7DF;
--mint-300: #98F1C6;
--mint-400: #62EAA8;
--mint-500: #35E38F;
--mint-600: #1BC573;
--mint-700: #159D5C;
--mint-800: #0F7041;
--mint-900: #0A482A;
--mint-950: #062D1A;
}