Mint
#98F19C
GreenColor Codes
All color formats for development
HEX
#98F19CRGB
rgb(152, 241, 156)HSL
hsl(123, 76%, 77%)OKLCH
oklch(0.881 0.144 145.2)CMYK
cmyk(37%, 0%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC7B
2#53E75A
3#30E339
4#1CCF25
5#18AD1F
6#138A19
7#0E6813
8#09450C
9#052306
Tints
Lighter variations
1#A2F2A6
2#ACF4B0
3#B7F5BA
4#C1F7C4
5#CBF8CE
6#D6F9D7
7#E0FBE1
8#EAFCEB
9#F5FEF5
Tones
Muted variations
1#9CECA0
2#A1E8A4
3#A5E4A8
4#AADFAC
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 #E0FBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19C | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA69 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC523 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7014 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF2;
--mint-100: #E0FBE1;
--mint-200: #C5F7C7;
--mint-300: #98F19C;
--mint-400: #62EA69;
--mint-500: #35E33E;
--mint-600: #1BC523;
--mint-700: #159D1C;
--mint-800: #0F7014;
--mint-900: #0A480D;
--mint-950: #062D08;
}