Mint
#98F1A1
GreenColor Codes
All color formats for development
HEX
#98F1A1RGB
rgb(152, 241, 161)HSL
hsl(126, 76%, 77%)OKLCH
oklch(0.882 0.139 146.7)CMYK
cmyk(37%, 0%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC81
2#53E762
3#30E342
4#1CCF2E
5#18AD26
6#138A1F
7#0E6817
8#09450F
9#052308
Tints
Lighter variations
1#A2F2AA
2#ACF4B4
3#B7F5BD
4#C1F7C6
5#CBF8D0
6#D6F9D9
7#E0FBE3
8#EAFCEC
9#F5FEF6
Tones
Muted variations
1#9CECA4
2#A1E8A8
3#A5E4AB
4#AADFAF
5#AEDBB3
6#B3D6B6
7#B7D2BA
8#BBCDBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E346 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7019 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4810 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FBE2;
--mint-200: #C5F7CA;
--mint-300: #98F1A1;
--mint-400: #62EA6F;
--mint-500: #35E346;
--mint-600: #1BC52C;
--mint-700: #159D23;
--mint-800: #0F7019;
--mint-900: #0A4810;
--mint-950: #062D0A;
}