Mint
#98F1AD
GreenColor Codes
All color formats for development
HEX
#98F1ADRGB
rgb(152, 241, 173)HSL
hsl(134, 76%, 77%)OKLCH
oklch(0.884 0.127 150.6)CMYK
cmyk(37%, 0%, 28%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC91
2#53E775
3#30E35A
4#1CCF46
5#18AD3A
6#138A2F
7#0E6823
8#094517
9#05230C
Tints
Lighter variations
1#A2F2B5
2#ACF4BD
3#B7F5C5
4#C1F7CE
5#CBF8D6
6#D6F9DE
7#E0FBE6
8#EAFCEF
9#F5FEF7
Tones
Muted variations
1#9CECAF
2#A1E8B1
3#A5E4B4
4#AADFB6
5#AEDBB8
6#B3D6BB
7#B7D2BD
8#BBCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA82 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E35E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7026 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4818 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FBE6;
--mint-200: #C5F7D0;
--mint-300: #98F1AD;
--mint-400: #62EA82;
--mint-500: #35E35E;
--mint-600: #1BC543;
--mint-700: #159D35;
--mint-800: #0F7026;
--mint-900: #0A4818;
--mint-950: #062D0F;
}