Mint
#97F2AD
GreenColor Codes
All color formats for development
HEX
#97F2ADRGB
rgb(151, 242, 173)HSL
hsl(135, 78%, 77%)OKLCH
oklch(0.886 0.129 150.8)CMYK
cmyk(38%, 0%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE92
2#51E977
3#2EE55C
4#1AD248
5#16AF3C
6#118C30
7#0D6924
8#094618
9#04230C
Tints
Lighter variations
1#A1F3B6
2#ABF5BE
3#B6F6C6
4#C0F7CE
5#CBF9D6
6#D5FADE
7#E0FBE7
8#EAFCEF
9#F5FEF7
Tones
Muted variations
1#9BEEB0
2#A0E9B2
3#A4E4B4
4#A9E0B7
5#ADDBB9
6#B2D7BB
7#B7D2BD
8#BBCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB83 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E65F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C844 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7127 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094919 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE6;
--mint-200: #C4F8D1;
--mint-300: #97F2AD;
--mint-400: #60EB83;
--mint-500: #33E65F;
--mint-600: #19C844;
--mint-700: #149F36;
--mint-800: #0E7127;
--mint-900: #094919;
--mint-950: #062D10;
}