Mint
#98F0BE
GreenColor Codes
All color formats for development
HEX
#98F0BERGB
rgb(152, 240, 190)HSL
hsl(146, 75%, 77%)OKLCH
oklch(0.886 0.11 158.2)CMYK
cmyk(37%, 0%, 21%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBA9
2#54E793
3#31E27E
4#1DCE6A
5#19AC58
6#148947
7#0F6735
8#0A4523
9#052212
Tints
Lighter variations
1#A3F2C5
2#ADF3CB
3#B7F5D2
4#C1F6D8
5#CCF8DF
6#D6F9E5
7#E0FBEC
8#EAFCF2
9#F5FEF9
Tones
Muted variations
1#9DECBF
2#A1E8C0
3#A6E3C0
4#AADFC1
5#AEDAC1
6#B3D6C2
7#B7D2C3
8#BCCDC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BE | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99D | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC465 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C50 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107039 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4725 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF7;
--mint-100: #E0FBEB;
--mint-200: #C5F7DB;
--mint-300: #98F0BE;
--mint-400: #63E99D;
--mint-500: #36E281;
--mint-600: #1CC465;
--mint-700: #169C50;
--mint-800: #107039;
--mint-900: #0A4725;
--mint-950: #062D17;
}