Mint
#97F2B7
GreenColor Codes
All color formats for development
HEX
#97F2B7RGB
rgb(151, 242, 183)HSL
hsl(141, 78%, 77%)OKLCH
oklch(0.888 0.12 154.7)CMYK
cmyk(38%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE9E
2#51E986
3#2EE56E
4#1AD25A
5#16AF4B
6#118C3C
7#0D692D
8#09461E
9#04230F
Tints
Lighter variations
1#A1F3BE
2#ABF5C5
3#B6F6CC
4#C0F7D4
5#CBF9DB
6#D5FAE2
7#E0FBE9
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9BEEB8
2#A0E9B9
3#A4E4BB
4#A9E0BC
5#ADDBBD
6#B2D7BF
7#B7D2C0
8#BBCDC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB91 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7131 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBE9;
--mint-200: #C4F8D6;
--mint-300: #97F2B7;
--mint-400: #60EB91;
--mint-500: #33E671;
--mint-600: #19C856;
--mint-700: #149F44;
--mint-800: #0E7131;
--mint-900: #09491F;
--mint-950: #062D14;
}