Mint
#98F0BA
GreenColor Codes
All color formats for development
HEX
#98F0BARGB
rgb(152, 240, 186)HSL
hsl(143, 75%, 77%)OKLCH
oklch(0.885 0.114 156.3)CMYK
cmyk(37%, 0%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBA3
2#54E78C
3#31E275
4#1DCE61
5#19AC51
6#148941
7#0F6731
8#0A4520
9#052210
Tints
Lighter variations
1#A3F2C1
2#ADF3C8
3#B7F5CF
4#C1F6D6
5#CCF8DD
6#D6F9E3
7#E0FBEA
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9DECBB
2#A1E8BC
3#A6E3BD
4#AADFBE
5#AEDABF
6#B3D6C0
7#B7D2C1
8#BCCDC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E996 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E278 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC45D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107035 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4722 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FBEA;
--mint-200: #C5F7D8;
--mint-300: #98F0BA;
--mint-400: #63E996;
--mint-500: #36E278;
--mint-600: #1CC45D;
--mint-700: #169C4A;
--mint-800: #107035;
--mint-900: #0A4722;
--mint-950: #062D15;
}