Mint
#98F0AE
GreenColor Codes
All color formats for development
HEX
#98F0AERGB
rgb(152, 240, 174)HSL
hsl(135, 75%, 77%)OKLCH
oklch(0.882 0.125 151.1)CMYK
cmyk(37%, 0%, 27%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EB93
2#54E778
3#31E25D
4#1DCE4A
5#19AC3D
6#148931
7#0F6725
8#0A4519
9#05220C
Tints
Lighter variations
1#A3F2B6
2#ADF3BE
3#B7F5C7
4#C1F6CF
5#CCF8D7
6#D6F9DF
7#E0FBE7
8#EAFCEF
9#F5FEF7
Tones
Muted variations
1#9DECB1
2#A1E8B3
3#A6E3B5
4#AADFB7
5#AEDAB9
6#B3D6BC
7#B7D2BE
8#BCCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0AE | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E984 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E261 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC446 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107028 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4719 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FBE6;
--mint-200: #C5F7D1;
--mint-300: #98F0AE;
--mint-400: #63E984;
--mint-500: #36E261;
--mint-600: #1CC446;
--mint-700: #169C38;
--mint-800: #107028;
--mint-900: #0A4719;
--mint-950: #062D10;
}