Mint
#97F2BD
GreenColor Codes
All color formats for development
HEX
#97F2BDRGB
rgb(151, 242, 189)HSL
hsl(145, 78%, 77%)OKLCH
oklch(0.89 0.115 157.5)CMYK
cmyk(38%, 0%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEA7
2#51E990
3#2EE57A
4#1AD266
5#16AF55
6#118C44
7#0D6933
8#094622
9#042311
Tints
Lighter variations
1#A1F3C3
2#ABF5CA
3#B6F6D1
4#C0F7D7
5#CBF9DE
6#D5FAE4
7#E0FBEB
8#EAFCF2
9#F5FEF8
Tones
Muted variations
1#9BEEBD
2#A0E9BE
3#A4E4BF
4#A9E0C0
5#ADDBC1
6#B2D7C1
7#B7D2C2
8#BBCDC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9A | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67D | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7137 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | 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: #DFFBEB;
--mint-200: #C4F8DA;
--mint-300: #97F2BD;
--mint-400: #60EB9A;
--mint-500: #33E67D;
--mint-600: #19C862;
--mint-700: #149F4E;
--mint-800: #0E7137;
--mint-900: #094923;
--mint-950: #062D16;
}