Mint
#97F2BB
GreenColor Codes
All color formats for development
HEX
#97F2BBRGB
rgb(151, 242, 187)HSL
hsl(144, 78%, 77%)OKLCH
oklch(0.889 0.117 156.5)CMYK
cmyk(38%, 0%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEA5
2#51E98E
3#2EE577
4#1AD263
5#16AF53
6#118C42
7#0D6932
8#094621
9#042311
Tints
Lighter variations
1#A1F3C2
2#ABF5C9
3#B6F6D0
4#C0F7D6
5#CBF9DD
6#D5FAE4
7#E0FBEB
8#EAFCF1
9#F5FEF8
Tones
Muted variations
1#9BEEBC
2#A0E9BD
3#A4E4BE
4#A9E0BF
5#ADDBC0
6#B2D7C1
7#B7D2C2
8#BBCDC3
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 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB98 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBEA;
--mint-200: #C4F8D9;
--mint-300: #97F2BB;
--mint-400: #60EB98;
--mint-500: #33E67A;
--mint-600: #19C85F;
--mint-700: #149F4B;
--mint-800: #0E7136;
--mint-900: #094922;
--mint-950: #062D16;
}