Mint
#98F1B5
GreenColor Codes
All color formats for development
HEX
#98F1B5RGB
rgb(152, 241, 181)HSL
hsl(140, 76%, 77%)OKLCH
oklch(0.886 0.12 153.8)CMYK
cmyk(37%, 0%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC9D
2#53E784
3#30E36C
4#1CCF58
5#18AD49
6#138A3B
7#0E682C
8#09451D
9#05230F
Tints
Lighter variations
1#A2F2BD
2#ACF4C4
3#B7F5CC
4#C1F7D3
5#CBF8DA
6#D6F9E2
7#E0FBE9
8#EAFCF0
9#F5FEF8
Tones
Muted variations
1#9CECB7
2#A1E8B8
3#A5E4BA
4#AADFBB
5#AEDBBD
6#B3D6BE
7#B7D2C0
8#BBCDC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E36F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC554 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FBE9;
--mint-200: #C5F7D5;
--mint-300: #98F1B5;
--mint-400: #62EA8F;
--mint-500: #35E36F;
--mint-600: #1BC554;
--mint-700: #159D43;
--mint-800: #0F7030;
--mint-900: #0A481E;
--mint-950: #062D13;
}