Mint
#98F0C0
GreenColor Codes
All color formats for development
HEX
#98F0C0RGB
rgb(152, 240, 192)HSL
hsl(147, 75%, 77%)OKLCH
oklch(0.886 0.109 159.3)CMYK
cmyk(37%, 0%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBAB
2#54E796
3#31E281
4#1DCE6D
5#19AC5B
6#148949
7#0F6736
8#0A4524
9#052212
Tints
Lighter variations
1#A3F2C6
2#ADF3CD
3#B7F5D3
4#C1F6D9
5#CCF8DF
6#D6F9E6
7#E0FBEC
8#EAFCF2
9#F5FEF9
Tones
Muted variations
1#9DECC0
2#A1E8C1
3#A6E3C1
4#AADFC2
5#AEDAC2
6#B3D6C3
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 #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0C0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E284 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC468 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #10703B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4726 | 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: #C5F7DB;
--mint-300: #98F0C0;
--mint-400: #63E99F;
--mint-500: #36E284;
--mint-600: #1CC468;
--mint-700: #169C53;
--mint-800: #10703B;
--mint-900: #0A4726;
--mint-950: #062D18;
}