Mint
#97F2BA
GreenColor Codes
All color formats for development
HEX
#97F2BARGB
rgb(151, 242, 186)HSL
hsl(143, 78%, 77%)OKLCH
oklch(0.889 0.117 156.1)CMYK
cmyk(38%, 0%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEA2
2#51E98B
3#2EE574
4#1AD260
5#16AF50
6#118C40
7#0D6930
8#094620
9#042310
Tints
Lighter variations
1#A1F3C1
2#ABF5C8
3#B6F6CE
4#C0F7D5
5#CBF9DC
6#D5FAE3
7#E0FBEA
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9BEEBB
2#A0E9BC
3#A4E4BD
4#A9E0BE
5#ADDBBF
6#B2D7C0
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 #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB96 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E677 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7134 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094921 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBEA;
--mint-200: #C4F8D8;
--mint-300: #97F2BA;
--mint-400: #60EB96;
--mint-500: #33E677;
--mint-600: #19C85C;
--mint-700: #149F49;
--mint-800: #0E7134;
--mint-900: #094921;
--mint-950: #062D15;
}