Mint
#98F1B4
GreenColor Codes
All color formats for development
HEX
#98F1B4RGB
rgb(152, 241, 180)HSL
hsl(139, 76%, 77%)OKLCH
oklch(0.886 0.121 153.4)CMYK
cmyk(37%, 0%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75EC9B
2#53E782
3#30E369
4#1CCF55
5#18AD47
6#138A39
7#0E682A
8#09451C
9#05230E
Tints
Lighter variations
1#A2F2BC
2#ACF4C3
3#B7F5CB
4#C1F7D2
5#CBF8DA
6#D6F9E1
7#E0FBE9
8#EAFCF0
9#F5FEF8
Tones
Muted variations
1#9CECB6
2#A1E8B7
3#A5E4B9
4#AADFBB
5#AEDBBC
6#B3D6BE
7#B7D2BF
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 #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E36C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC551 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FBE8;
--mint-200: #C5F7D5;
--mint-300: #98F1B4;
--mint-400: #62EA8D;
--mint-500: #35E36C;
--mint-600: #1BC551;
--mint-700: #159D40;
--mint-800: #0F702E;
--mint-900: #0A481D;
--mint-950: #062D12;
}