Mint
#98F19B
GreenColor Codes
All color formats for development
HEX
#98F19BRGB
rgb(152, 241, 155)HSL
hsl(122, 76%, 77%)OKLCH
oklch(0.881 0.145 145)CMYK
cmyk(37%, 0%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC79
2#53E758
3#30E336
4#1CCF22
5#18AD1D
6#138A17
7#0E6811
8#09450B
9#052306
Tints
Lighter variations
1#A2F2A5
2#ACF4AF
3#B7F5B9
4#C1F7C3
5#CBF8CD
6#D6F9D7
7#E0FBE1
8#EAFCEB
9#F5FEF5
Tones
Muted variations
1#9CEC9F
2#A1E8A3
3#A5E4A7
4#AADFAB
5#AEDBB0
6#B3D6B4
7#B7D2B8
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 #C5F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19B | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC521 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480C | 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: #C5F7C6;
--mint-300: #98F19B;
--mint-400: #62EA66;
--mint-500: #35E33B;
--mint-600: #1BC521;
--mint-700: #159D1A;
--mint-800: #0F7013;
--mint-900: #0A480C;
--mint-950: #062D07;
}