Mint
#98F0C1
GreenColor Codes
All color formats for development
HEX
#98F0C1RGB
rgb(152, 240, 193)HSL
hsl(148, 75%, 77%)OKLCH
oklch(0.887 0.108 159.8)CMYK
cmyk(37%, 0%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBAD
2#54E798
3#31E284
4#1DCE70
5#19AC5D
6#14894B
7#0F6738
8#0A4525
9#052213
Tints
Lighter variations
1#A3F2C8
2#ADF3CE
3#B7F5D4
4#C1F6DA
5#CCF8E0
6#D6F9E6
7#E0FBED
8#EAFCF3
9#F5FEF9
Tones
Muted variations
1#9DECC2
2#A1E8C2
3#A6E3C2
4#AADFC3
5#AEDAC3
6#B3D6C3
7#B7D2C3
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 #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C1 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9A1 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E287 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC46B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4727 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FBEC;
--mint-200: #C5F7DC;
--mint-300: #98F0C1;
--mint-400: #63E9A1;
--mint-500: #36E287;
--mint-600: #1CC46B;
--mint-700: #169C55;
--mint-800: #10703D;
--mint-900: #0A4727;
--mint-950: #062D18;
}