Mint
#98F1C9
GreenColor Codes
All color formats for development
HEX
#98F1C9RGB
rgb(152, 241, 201)HSL
hsl(153, 76%, 77%)OKLCH
oklch(0.891 0.103 164.1)CMYK
cmyk(37%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECB7
2#53E7A5
3#30E392
4#1CCF7F
5#18AD6A
6#138A55
7#0E683F
8#09452A
9#052315
Tints
Lighter variations
1#A2F2CE
2#ACF4D4
3#B7F5D9
4#C1F7DE
5#CBF8E4
6#D6F9E9
7#E0FBEF
8#EAFCF4
9#F5FEFA
Tones
Muted variations
1#9CECC8
2#A1E8C8
3#A5E4C7
4#AADFC7
5#AEDBC7
6#B3D6C6
7#B7D2C6
8#BBCDC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAD | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E395 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7045 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FBEF;
--mint-200: #C5F7E0;
--mint-300: #98F1C9;
--mint-400: #62EAAD;
--mint-500: #35E395;
--mint-600: #1BC579;
--mint-700: #159D60;
--mint-800: #0F7045;
--mint-900: #0A482C;
--mint-950: #062D1B;
}