Mint
#98F199
GreenColor Codes
All color formats for development
HEX
#98F199RGB
rgb(152, 241, 153)HSL
hsl(121, 76%, 77%)OKLCH
oklch(0.881 0.147 144.4)CMYK
cmyk(37%, 0%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC77
2#53E755
3#30E333
4#1CCF1F
5#18AD1A
6#138A15
7#0E6810
8#09450A
9#052305
Tints
Lighter variations
1#A2F2A3
2#ACF4AE
3#B7F5B8
4#C1F7C2
5#CBF8CC
6#D6F9D6
7#E0FBE0
8#EAFCEB
9#F5FEF5
Tones
Muted variations
1#9CEC9E
2#A1E8A2
3#A5E4A6
4#AADFAA
5#AEDBAF
6#B3D6B3
7#B7D2B7
8#BBCDBC
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F199 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA64 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E338 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7011 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF2;
--mint-100: #E0FBE0;
--mint-200: #C5F7C5;
--mint-300: #98F199;
--mint-400: #62EA64;
--mint-500: #35E338;
--mint-600: #1BC51E;
--mint-700: #159D18;
--mint-800: #0F7011;
--mint-900: #0A480B;
--mint-950: #062D07;
}