Mint
#98F0BD
GreenColor Codes
All color formats for development
HEX
#98F0BDRGB
rgb(152, 240, 189)HSL
hsl(145, 75%, 77%)OKLCH
oklch(0.886 0.111 157.7)CMYK
cmyk(37%, 0%, 21%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBA7
2#54E791
3#31E27B
4#1DCE67
5#19AC56
6#148945
7#0F6734
8#0A4522
9#052211
Tints
Lighter variations
1#A3F2C4
2#ADF3CA
3#B7F5D1
4#C1F6D7
5#CCF8DE
6#D6F9E5
7#E0FBEB
8#EAFCF2
9#F5FEF8
Tones
Muted variations
1#9DECBE
2#A1E8BE
3#A6E3BF
4#AADFC0
5#AEDAC1
6#B3D6C1
7#B7D2C2
8#BCCDC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0BD | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E99B | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC462 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4724 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FBEB;
--mint-200: #C5F7DA;
--mint-300: #98F0BD;
--mint-400: #63E99B;
--mint-500: #36E27E;
--mint-600: #1CC462;
--mint-700: #169C4E;
--mint-800: #107038;
--mint-900: #0A4724;
--mint-950: #062D16;
}