Mint
#98F198
GreenColor Codes
All color formats for development
HEX
#98F198RGB
rgb(152, 241, 152)HSL
hsl(120, 76%, 77%)OKLCH
oklch(0.88 0.148 144.2)CMYK
cmyk(37%, 0%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC75
2#53E753
3#30E330
4#1CCF1C
5#18AD18
6#138A13
7#0E680E
8#094509
9#052305
Tints
Lighter variations
1#A2F2A2
2#ACF4AC
3#B7F5B7
4#C1F7C1
5#CBF8CB
6#D6F9D6
7#E0FBE0
8#EAFCEA
9#F5FEF5
Tones
Muted variations
1#9CEC9C
2#A1E8A1
3#A5E4A5
4#AADFAA
5#AEDBAE
6#B3D6B3
7#B7D2B7
8#BBCDBB
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 #98F198 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA62 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | 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: #98F198;
--mint-400: #62EA62;
--mint-500: #35E335;
--mint-600: #1BC51B;
--mint-700: #159D15;
--mint-800: #0F700F;
--mint-900: #0A480A;
--mint-950: #062D06;
}