Mint
#98F0C4
GreenColor Codes
All color formats for development
HEX
#98F0C4RGB
rgb(152, 240, 196)HSL
hsl(150, 75%, 77%)OKLCH
oklch(0.887 0.105 161.5)CMYK
cmyk(37%, 0%, 18%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBB1
2#54E79D
3#31E289
4#1DCE76
5#19AC62
6#14894F
7#0F673B
8#0A4527
9#052214
Tints
Lighter variations
1#A3F2CA
2#ADF3D0
3#B7F5D6
4#C1F6DC
5#CCF8E2
6#D6F9E8
7#E0FBED
8#EAFCF3
9#F5FEF9
Tones
Muted variations
1#9DECC4
2#A1E8C4
3#A6E3C4
4#AADFC4
5#AEDAC4
6#B3D6C4
7#B7D2C4
8#BCCDC4
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 | 98F0 #98F0C4 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A6 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC470 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4729 | 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: #98F0C4;
--mint-400: #63E9A6;
--mint-500: #36E28C;
--mint-600: #1CC470;
--mint-700: #169C59;
--mint-800: #107040;
--mint-900: #0A4729;
--mint-950: #062D1A;
}