Mint
#97F2AF
GreenColor Codes
All color formats for development
HEX
#97F2AFRGB
rgb(151, 242, 175)HSL
hsl(136, 78%, 77%)OKLCH
oklch(0.887 0.128 151.5)CMYK
cmyk(38%, 0%, 28%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE94
2#51E979
3#2EE55F
4#1AD24B
5#16AF3E
6#118C32
7#0D6925
8#094619
9#04230C
Tints
Lighter variations
1#A1F3B7
2#ABF5BF
3#B6F6C7
4#C0F7CF
5#CBF9D7
6#D5FADF
7#E0FBE7
8#EAFCEF
9#F5FEF7
Tones
Muted variations
1#9BEEB1
2#A0E9B3
3#A4E4B5
4#A9E0B8
5#ADDBBA
6#B2D7BC
7#B7D2BE
8#BBCDC0
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB85 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E662 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C847 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491A | 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: #F1FDF5;
--mint-100: #DFFBE7;
--mint-200: #C4F8D2;
--mint-300: #97F2AF;
--mint-400: #60EB85;
--mint-500: #33E662;
--mint-600: #19C847;
--mint-700: #149F39;
--mint-800: #0E7129;
--mint-900: #09491A;
--mint-950: #062D10;
}