Mint
#97F2B8
GreenColor Codes
All color formats for development
HEX
#97F2B8RGB
rgb(151, 242, 184)HSL
hsl(142, 78%, 77%)OKLCH
oklch(0.889 0.119 155.2)CMYK
cmyk(38%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEA0
2#51E989
3#2EE571
4#1AD25D
5#16AF4E
6#118C3E
7#0D692F
8#09461F
9#042310
Tints
Lighter variations
1#A1F3BF
2#ABF5C6
3#B6F6CD
4#C0F7D4
5#CBF9DC
6#D5FAE3
7#E0FBEA
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9BEEB9
2#A0E9BB
3#A4E4BC
4#A9E0BD
5#ADDBBE
6#B2D7BF
7#B7D2C1
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 #C4F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB93 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C859 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7132 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094920 | 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: #C4F8D7;
--mint-300: #97F2B8;
--mint-400: #60EB93;
--mint-500: #33E674;
--mint-600: #19C859;
--mint-700: #149F47;
--mint-800: #0E7132;
--mint-900: #094920;
--mint-950: #062D14;
}