Mint
#97F2A6
GreenColor Codes
All color formats for development
HEX
#97F2A6RGB
rgb(151, 242, 166)HSL
hsl(130, 78%, 77%)OKLCH
oklch(0.885 0.136 148.4)CMYK
cmyk(38%, 0%, 31%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE88
2#51E96A
3#2EE54C
4#1AD239
5#16AF2F
6#118C26
7#0D691C
8#094613
9#042309
Tints
Lighter variations
1#A1F3AF
2#ABF5B8
3#B6F6C1
4#C0F7CA
5#CBF9D2
6#D5FADB
7#E0FBE4
8#EAFCED
9#F5FEF6
Tones
Muted variations
1#9BEEA9
2#A0E9AC
3#A4E4AF
4#A9E0B2
5#ADDBB5
6#B2D7B8
7#B7D2BB
8#BBCDBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB77 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E651 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C836 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094914 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF3;
--mint-100: #DFFBE4;
--mint-200: #C4F8CD;
--mint-300: #97F2A6;
--mint-400: #60EB77;
--mint-500: #33E651;
--mint-600: #19C836;
--mint-700: #149F2B;
--mint-800: #0E711F;
--mint-900: #094914;
--mint-950: #062D0C;
}