Mint
#98F1C4
GreenColor Codes
All color formats for development
HEX
#98F1C4RGB
rgb(152, 241, 196)HSL
hsl(150, 76%, 77%)OKLCH
oklch(0.89 0.107 161.2)CMYK
cmyk(37%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECB1
2#53E79D
3#30E389
4#1CCF76
5#18AD62
6#138A4F
7#0E683B
8#094527
9#052314
Tints
Lighter variations
1#A2F2CA
2#ACF4D0
3#B7F5D6
4#C1F7DC
5#CBF8E2
6#D6F9E8
7#E0FBED
8#EAFCF3
9#F5FEF9
Tones
Muted variations
1#9CECC4
2#A1E8C4
3#A5E4C4
4#AADFC4
5#AEDBC4
6#B3D6C4
7#B7D2C4
8#BBCDC4
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA6 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E38C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4829 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FBED;
--mint-200: #C5F7DE;
--mint-300: #98F1C4;
--mint-400: #62EAA6;
--mint-500: #35E38C;
--mint-600: #1BC570;
--mint-700: #159D59;
--mint-800: #0F7040;
--mint-900: #0A4829;
--mint-950: #062D1A;
}