Mint
#98F098
GreenColor Codes
All color formats for development
HEX
#98F098RGB
rgb(152, 240, 152)HSL
hsl(120, 75%, 77%)OKLCH
oklch(0.878 0.146 144.2)CMYK
cmyk(37%, 0%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EB76
2#54E754
3#31E231
4#1DCE1D
5#19AC19
6#148914
7#0F670F
8#0A450A
9#052205
Tints
Lighter variations
1#A3F2A3
2#ADF3AD
3#B7F5B7
4#C1F6C1
5#CCF8CC
6#D6F9D6
7#E0FBE0
8#EAFCEA
9#F5FEF5
Tones
Muted variations
1#9DEC9D
2#A1E8A1
3#A6E3A6
4#AADFAA
5#AEDAAE
6#B3D6B3
7#B7D2B7
8#BCCDBC
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 | 98F0 #98F098 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E963 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A470A | 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: #98F098;
--mint-400: #63E963;
--mint-500: #36E236;
--mint-600: #1CC41C;
--mint-700: #169C16;
--mint-800: #107010;
--mint-900: #0A470A;
--mint-950: #062D06;
}