Mint
#97F2C0
GreenColor Codes
All color formats for development
HEX
#97F2C0RGB
rgb(151, 242, 192)HSL
hsl(147, 78%, 77%)OKLCH
oklch(0.891 0.112 159)CMYK
cmyk(38%, 0%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEAB
2#51E995
3#2EE580
4#1AD26D
5#16AF5B
6#118C48
7#0D6936
8#094624
9#042312
Tints
Lighter variations
1#A1F3C6
2#ABF5CC
3#B6F6D3
4#C0F7D9
5#CBF9DF
6#D5FAE6
7#E0FBEC
8#EAFCF2
9#F5FEF9
Tones
Muted variations
1#9BEEC0
2#A0E9C1
3#A4E4C1
4#A9E0C2
5#ADDBC2
6#B2D7C3
7#B7D2C3
8#BBCDC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9F | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E683 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C867 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094926 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBEC;
--mint-200: #C4F8DB;
--mint-300: #97F2C0;
--mint-400: #60EB9F;
--mint-500: #33E683;
--mint-600: #19C867;
--mint-700: #149F52;
--mint-800: #0E713B;
--mint-900: #094926;
--mint-950: #062D18;
}