Mint
#97F2A4
GreenColor Codes
All color formats for development
HEX
#97F2A4RGB
rgb(151, 242, 164)HSL
hsl(129, 78%, 77%)OKLCH
oklch(0.884 0.138 147.7)CMYK
cmyk(38%, 0%, 32%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE86
2#51E968
3#2EE549
4#1AD235
5#16AF2D
6#118C24
7#0D691B
8#094612
9#042309
Tints
Lighter variations
1#A1F3AD
2#ABF5B6
3#B6F6C0
4#C0F7C9
5#CBF9D2
6#D5FADB
7#E0FBE4
8#EAFCED
9#F5FEF6
Tones
Muted variations
1#9BEEA8
2#A0E9AB
3#A4E4AE
4#A9E0B1
5#ADDBB4
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 #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB75 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C833 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094913 | 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: #DFFBE3;
--mint-200: #C4F8CC;
--mint-300: #97F2A4;
--mint-400: #60EB75;
--mint-500: #33E64E;
--mint-600: #19C833;
--mint-700: #149F29;
--mint-800: #0E711D;
--mint-900: #094913;
--mint-950: #062D0C;
}