Mint
#98F1A8
GreenColor Codes
All color formats for development
HEX
#98F1A8RGB
rgb(152, 241, 168)HSL
hsl(131, 76%, 77%)OKLCH
oklch(0.883 0.132 148.9)CMYK
cmyk(37%, 0%, 30%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC8B
2#53E76E
3#30E351
4#1CCF3D
5#18AD33
6#138A29
7#0E681F
8#094514
9#05230A
Tints
Lighter variations
1#A2F2B1
2#ACF4B9
3#B7F5C2
4#C1F7CB
5#CBF8D4
6#D6F9DC
7#E0FBE5
8#EAFCEE
9#F5FEF6
Tones
Muted variations
1#9CECAB
2#A1E8AE
3#A5E4B1
4#AADFB3
5#AEDBB6
6#B3D6B9
7#B7D2BC
8#BBCDBF
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E355 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7021 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4815 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FBE5;
--mint-200: #C5F7CE;
--mint-300: #98F1A8;
--mint-400: #62EA7B;
--mint-500: #35E355;
--mint-600: #1BC53A;
--mint-700: #159D2E;
--mint-800: #0F7021;
--mint-900: #0A4815;
--mint-950: #062D0D;
}