Mint
#98F1B0
GreenColor Codes
All color formats for development
HEX
#98F1B0RGB
rgb(152, 241, 176)HSL
hsl(136, 76%, 77%)OKLCH
oklch(0.885 0.125 151.8)CMYK
cmyk(37%, 0%, 27%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC95
2#53E77A
3#30E360
4#1CCF4C
5#18AD3F
6#138A33
7#0E6826
8#094519
9#05230D
Tints
Lighter variations
1#A2F2B7
2#ACF4BF
3#B7F5C7
4#C1F7CF
5#CBF8D7
6#D6F9DF
7#E0FBE7
8#EAFCEF
9#F5FEF7
Tones
Muted variations
1#9CECB2
2#A1E8B4
3#A5E4B6
4#AADFB8
5#AEDBBA
6#B3D6BC
7#B7D2BE
8#BBCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA86 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E364 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC548 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7029 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FBE7;
--mint-200: #C5F7D2;
--mint-300: #98F1B0;
--mint-400: #62EA86;
--mint-500: #35E364;
--mint-600: #1BC548;
--mint-700: #159D3A;
--mint-800: #0F7029;
--mint-900: #0A481A;
--mint-950: #062D10;
}