Mint
#98F1AE
GreenColor Codes
All color formats for development
HEX
#98F1AERGB
rgb(152, 241, 174)HSL
hsl(135, 76%, 77%)OKLCH
oklch(0.885 0.126 151)CMYK
cmyk(37%, 0%, 28%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC93
2#53E778
3#30E35D
4#1CCF49
5#18AD3D
6#138A31
7#0E6825
8#094518
9#05230C
Tints
Lighter variations
1#A2F2B6
2#ACF4BE
3#B7F5C6
4#C1F7CE
5#CBF8D7
6#D6F9DF
7#E0FBE7
8#EAFCEF
9#F5FEF7
Tones
Muted variations
1#9CECB0
2#A1E8B3
3#A5E4B5
4#AADFB7
5#AEDBB9
6#B3D6BB
7#B7D2BE
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 #C5F7D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA84 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E361 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC546 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7028 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4819 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FBE6;
--mint-200: #C5F7D1;
--mint-300: #98F1AE;
--mint-400: #62EA84;
--mint-500: #35E361;
--mint-600: #1BC546;
--mint-700: #159D37;
--mint-800: #0F7028;
--mint-900: #0A4819;
--mint-950: #062D10;
}