Mint
#98F19F
GreenColor Codes
All color formats for development
HEX
#98F19FRGB
rgb(152, 241, 159)HSL
hsl(125, 76%, 77%)OKLCH
oklch(0.882 0.141 146.1)CMYK
cmyk(37%, 0%, 34%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC7F
2#53E75F
3#30E33F
4#1CCF2B
5#18AD24
6#138A1D
7#0E6816
8#09450E
9#052307
Tints
Lighter variations
1#A2F2A9
2#ACF4B2
3#B7F5BC
4#C1F7C6
5#CBF8CF
6#D6F9D9
7#E0FBE2
8#EAFCEC
9#F5FEF5
Tones
Muted variations
1#9CECA3
2#A1E8A7
3#A5E4AA
4#AADFAE
5#AEDBB2
6#B3D6B5
7#B7D2B9
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 #C5F7C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19F | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E344 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC529 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D21 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7017 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FBE2;
--mint-200: #C5F7C9;
--mint-300: #98F19F;
--mint-400: #62EA6D;
--mint-500: #35E344;
--mint-600: #1BC529;
--mint-700: #159D21;
--mint-800: #0F7017;
--mint-900: #0A480F;
--mint-950: #062D09;
}